Uses of Class
net.minecraft.entity.passive.MooshroomEntity
Package | Description |
---|---|
net.minecraft.client.render.entity | |
net.minecraft.client.render.entity.feature | |
net.minecraft.entity | |
net.minecraft.entity.passive |
-
Uses of MooshroomEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type MooshroomEntity Modifier and Type Method Description Identifier
MooshroomEntityRenderer. getTexture(MooshroomEntity mooshroomEntity)
-
Uses of MooshroomEntity in net.minecraft.client.render.entity.feature
Classes in net.minecraft.client.render.entity.feature with type parameters of type MooshroomEntity Modifier and Type Class Description class
MooshroomMushroomFeatureRenderer<T extends MooshroomEntity>
-
Uses of MooshroomEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type MooshroomEntity Modifier and Type Field Description static EntityType<MooshroomEntity>
EntityType. MOOSHROOM
-
Uses of MooshroomEntity in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return MooshroomEntity Modifier and Type Method Description MooshroomEntity
MooshroomEntity. createChild(ServerWorld serverWorld, PassiveEntity passiveEntity)
Methods in net.minecraft.entity.passive with parameters of type MooshroomEntity Modifier and Type Method Description private MooshroomEntity.Type
MooshroomEntity. chooseBabyType(MooshroomEntity mooshroom)
Method parameters in net.minecraft.entity.passive with type arguments of type MooshroomEntity Modifier and Type Method Description static boolean
MooshroomEntity. canSpawn(EntityType<MooshroomEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)
Constructor parameters in net.minecraft.entity.passive with type arguments of type MooshroomEntity Constructor Description MooshroomEntity(EntityType<? extends MooshroomEntity> type, World world)