Class RenderTileEntityPokeStop.PokeStopModel

java.lang.Object
software.bernie.geckolib.model.GeoModel<PokeStopTileEntity>
com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeStop.PokeStopModel
All Implemented Interfaces:
software.bernie.geckolib.core.animatable.model.CoreGeoModel<PokeStopTileEntity>
Enclosing class:
RenderTileEntityPokeStop

public static class RenderTileEntityPokeStop.PokeStopModel extends software.bernie.geckolib.model.GeoModel<PokeStopTileEntity>
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.resources.ResourceLocation
     
    net.minecraft.resources.ResourceLocation
     
    net.minecraft.resources.ResourceLocation
     

    Methods inherited from class software.bernie.geckolib.model.GeoModel

    addAdditionalStateData, applyMolangQueries, crashIfBoneMissing, getAnimation, getAnimationProcessor, getBakedGeoModel, getBakedModel, getBone, getRenderType, handleAnimations

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.bernie.geckolib.core.animatable.model.CoreGeoModel

    setCustomAnimations
  • Field Details

    • MODEL

      public static final net.minecraft.resources.ResourceLocation MODEL
    • TEXTURE

      public static final net.minecraft.resources.ResourceLocation TEXTURE
    • ANIMATION

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

    • PokeStopModel

      public PokeStopModel()
  • Method Details

    • getModelResource

      public net.minecraft.resources.ResourceLocation getModelResource(PokeStopTileEntity animatable)
      Specified by:
      getModelResource in class software.bernie.geckolib.model.GeoModel<PokeStopTileEntity>
    • getTextureResource

      public net.minecraft.resources.ResourceLocation getTextureResource(PokeStopTileEntity animatable)
      Specified by:
      getTextureResource in class software.bernie.geckolib.model.GeoModel<PokeStopTileEntity>
    • getAnimationResource

      public net.minecraft.resources.ResourceLocation getAnimationResource(PokeStopTileEntity animatable)
      Specified by:
      getAnimationResource in class software.bernie.geckolib.model.GeoModel<PokeStopTileEntity>