Class ClientMod

java.lang.Object
de.cheaterpaul.fallingleaves.init.ClientMod

public class ClientMod extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getLeafSetting(net.minecraft.resources.ResourceLocation location)
     
    static net.minecraft.client.particle.SpriteSet
    getSpriteForLeafType(net.minecraft.resources.ResourceLocation leafType)
     
    static void
    onReload(net.minecraftforge.client.event.TextureStitchEvent.Post event)
     
    static void
    registerReloadListeners(net.minecraftforge.client.event.RegisterClientReloadListenersEvent event)
     
    static void
    setupClient(net.minecraftforge.eventbus.api.IEventBus modBus)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • DEFAULT

      public static final net.minecraft.resources.ResourceLocation DEFAULT
    • CONIFER

      public static final net.minecraft.resources.ResourceLocation CONIFER
  • Constructor Details

    • ClientMod

      public ClientMod()
  • Method Details

    • getSpriteForLeafType

      public static net.minecraft.client.particle.SpriteSet getSpriteForLeafType(net.minecraft.resources.ResourceLocation leafType)
    • getLeafSetting

      public static LeafSettingsEntry getLeafSetting(net.minecraft.resources.ResourceLocation location)
    • setupClient

      public static void setupClient(net.minecraftforge.eventbus.api.IEventBus modBus)
    • registerReloadListeners

      public static void registerReloadListeners(net.minecraftforge.client.event.RegisterClientReloadListenersEvent event)
    • onReload

      public static void onReload(net.minecraftforge.client.event.TextureStitchEvent.Post event)