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 entity) Returns the location of an entity's texture.void
PufferfishRenderer.render
(Pufferfish entity, float entityYaw, float partialTicks, PoseStack poseStack, MultiBufferSource buffer, int packedLight) protected void
PufferfishRenderer.setupRotations
(Pufferfish entity, PoseStack poseStack, float bob, float yBodyRot, float partialTick, float scale) -
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> entityType, Level level)