Uses of Class
net.minecraft.entity.passive.GlowSquidEntity
Package | Description |
---|---|
net.minecraft.client.render.entity | |
net.minecraft.entity | |
net.minecraft.entity.passive |
-
Uses of GlowSquidEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type GlowSquidEntity Modifier and Type Method Description protected int
GlowSquidEntityRenderer. getBlockLight(GlowSquidEntity glowSquidEntity, BlockPos blockPos)
Identifier
GlowSquidEntityRenderer. getTexture(GlowSquidEntity glowSquidEntity)
Constructor parameters in net.minecraft.client.render.entity with type arguments of type GlowSquidEntity Constructor Description GlowSquidEntityRenderer(EntityRendererFactory.Context ctx, SquidEntityModel<GlowSquidEntity> model)
-
Uses of GlowSquidEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type GlowSquidEntity Modifier and Type Field Description static EntityType<GlowSquidEntity>
EntityType. GLOW_SQUID
-
Uses of GlowSquidEntity in net.minecraft.entity.passive
Constructor parameters in net.minecraft.entity.passive with type arguments of type GlowSquidEntity Constructor Description GlowSquidEntity(EntityType<? extends GlowSquidEntity> type, World world)