Uses of Class
net.minecraft.entity.passive.SquidEntity
-
Packages that use SquidEntity Package Description net.minecraft.client.renderer.entity net.minecraft.entity net.minecraft.entity.passive -
-
Uses of SquidEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type SquidEntity Modifier and Type Method Description protected float
SquidRenderer. getBob(SquidEntity p_77044_1_, float p_77044_2_)
ResourceLocation
SquidRenderer. getTextureLocation(SquidEntity p_110775_1_)
protected void
SquidRenderer. setupRotations(SquidEntity p_225621_1_, MatrixStack p_225621_2_, float p_225621_3_, float p_225621_4_, float p_225621_5_)
-
Uses of SquidEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type SquidEntity Modifier and Type Field Description static EntityType<SquidEntity>
EntityType. SQUID
-
Uses of SquidEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as SquidEntity Modifier and Type Field Description private SquidEntity
SquidEntity.MoveRandomGoal. squid
Method parameters in net.minecraft.entity.passive with type arguments of type SquidEntity Modifier and Type Method Description static boolean
SquidEntity. checkSquidSpawnRules(EntityType<SquidEntity> p_223365_0_, IWorld p_223365_1_, SpawnReason p_223365_2_, BlockPos p_223365_3_, java.util.Random p_223365_4_)
Constructors in net.minecraft.entity.passive with parameters of type SquidEntity Constructor Description MoveRandomGoal(SquidEntity p_i48823_2_)
Constructor parameters in net.minecraft.entity.passive with type arguments of type SquidEntity Constructor Description SquidEntity(EntityType<? extends SquidEntity> p_i50243_1_, World p_i50243_2_)
-