Uses of Class
net.minecraft.entity.passive.fish.PufferfishEntity
-
Packages that use PufferfishEntity Package Description net.minecraft.client.renderer.entity net.minecraft.entity net.minecraft.entity.passive.fish -
-
Uses of PufferfishEntity in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type PufferfishEntity Modifier and Type Field Description private PufferFishBigModel<PufferfishEntity>
PufferfishRenderer. big
private PufferFishMediumModel<PufferfishEntity>
PufferfishRenderer. mid
private PufferFishSmallModel<PufferfishEntity>
PufferfishRenderer. small
Methods in net.minecraft.client.renderer.entity with parameters of type PufferfishEntity Modifier and Type Method Description ResourceLocation
PufferfishRenderer. getTextureLocation(PufferfishEntity p_110775_1_)
void
PufferfishRenderer. render(PufferfishEntity p_225623_1_, float p_225623_2_, float p_225623_3_, MatrixStack p_225623_4_, IRenderTypeBuffer p_225623_5_, int p_225623_6_)
protected void
PufferfishRenderer. setupRotations(PufferfishEntity p_225621_1_, MatrixStack p_225621_2_, float p_225621_3_, float p_225621_4_, float p_225621_5_)
-
Uses of PufferfishEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type PufferfishEntity Modifier and Type Field Description static EntityType<PufferfishEntity>
EntityType. PUFFERFISH
-
Uses of PufferfishEntity in net.minecraft.entity.passive.fish
Fields in net.minecraft.entity.passive.fish declared as PufferfishEntity Modifier and Type Field Description private PufferfishEntity
PufferfishEntity.PuffGoal. fish
Constructors in net.minecraft.entity.passive.fish with parameters of type PufferfishEntity Constructor Description PuffGoal(PufferfishEntity p_i48861_1_)
Constructor parameters in net.minecraft.entity.passive.fish with type arguments of type PufferfishEntity Constructor Description PufferfishEntity(EntityType<? extends PufferfishEntity> p_i50248_1_, World p_i50248_2_)
-