Uses of Class
net.minecraft.world.entity.animal.Pufferfish
Packages that use Pufferfish
Package
Description
-
Uses of Pufferfish in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type PufferfishModifier and TypeFieldDescriptionprivate EntityModel<Pufferfish>PufferfishRenderer.bigprivate EntityModel<Pufferfish>PufferfishRenderer.midprivate EntityModel<Pufferfish>PufferfishRenderer.smallMethods in net.minecraft.client.renderer.entity with parameters of type PufferfishModifier and TypeMethodDescriptionPufferfishRenderer.getTextureLocation(Pufferfish p_115775_)voidPufferfishRenderer.render(Pufferfish p_115777_, float p_115778_, float p_115779_, PoseStack p_115780_, MultiBufferSource p_115781_, int p_115782_)protected voidPufferfishRenderer.setupRotations(Pufferfish p_115784_, PoseStack p_115785_, float p_115786_, float p_115787_, float p_115788_) -
Uses of Pufferfish in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Pufferfish -
Uses of Pufferfish in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal declared as PufferfishConstructors in net.minecraft.world.entity.animal with parameters of type PufferfishConstructor parameters in net.minecraft.world.entity.animal with type arguments of type PufferfishModifierConstructorDescriptionPufferfish(EntityType<? extends Pufferfish> p_29602_, Level p_29603_)