Uses of Class
net.minecraft.entity.passive.SquidEntity
Package | Description |
---|---|
net.minecraft.client.render.entity | |
net.minecraft.entity | |
net.minecraft.entity.passive |
-
Uses of SquidEntity in net.minecraft.client.render.entity
Classes in net.minecraft.client.render.entity with type parameters of type SquidEntity Modifier and Type Class Description class
SquidEntityRenderer<T extends SquidEntity>
-
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
Subclasses of SquidEntity in net.minecraft.entity.passive Modifier and Type Class Description class
GlowSquidEntity
Fields in net.minecraft.entity.passive declared as SquidEntity Modifier and Type Field Description private SquidEntity
SquidEntity.SwimGoal. squid
Method parameters in net.minecraft.entity.passive with type arguments of type SquidEntity Modifier and Type Method Description static boolean
SquidEntity. canSpawn(EntityType<SquidEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)
Constructors in net.minecraft.entity.passive with parameters of type SquidEntity Constructor Description SwimGoal(SquidEntity squid)
Constructor parameters in net.minecraft.entity.passive with type arguments of type SquidEntity Constructor Description SquidEntity(EntityType<? extends SquidEntity> type, World world)