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 final EntityModel
<Pufferfish> PufferfishRenderer.big
private final EntityModel
<Pufferfish> PufferfishRenderer.mid
private final EntityModel
<Pufferfish> PufferfishRenderer.small
Methods in net.minecraft.client.renderer.entity with parameters of type PufferfishModifier and TypeMethodDescriptionPufferfishRenderer.getTextureLocation
(Pufferfish pEntity) Returns the location of an entity's texture.void
PufferfishRenderer.render
(Pufferfish pEntity, float pEntityYaw, float pPartialTicks, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight) protected void
PufferfishRenderer.setupRotations
(Pufferfish pEntity, PoseStack pPoseStack, float pBob, float pYBodyRot, float pPartialTick, float pScale) -
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> pEntityType, Level pLevel)