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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.resources.ResourceLocation
getAnimationResource
(PokeStopTileEntity animatable) net.minecraft.resources.ResourceLocation
getModelResource
(PokeStopTileEntity animatable) net.minecraft.resources.ResourceLocation
getTextureResource
(PokeStopTileEntity animatable) 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
- Specified by:
getModelResource
in classsoftware.bernie.geckolib.model.GeoModel<PokeStopTileEntity>
-
getTextureResource
- Specified by:
getTextureResource
in classsoftware.bernie.geckolib.model.GeoModel<PokeStopTileEntity>
-
getAnimationResource
- Specified by:
getAnimationResource
in classsoftware.bernie.geckolib.model.GeoModel<PokeStopTileEntity>
-