Uses of Class
net.minecraft.world.entity.animal.MushroomCow
Packages that use MushroomCow
Package
Description
-
Uses of MushroomCow in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type MushroomCowModifier and TypeMethodDescriptionvoidMushroomCowRenderer.extractRenderState(MushroomCow entity, MushroomCowRenderState reusedState, float partialTick) -
Uses of MushroomCow in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type MushroomCow -
Uses of MushroomCow in net.minecraft.world.entity.animal
Methods in net.minecraft.world.entity.animal that return MushroomCowModifier and TypeMethodDescriptionMushroomCow.getBreedOffspring(ServerLevel level, AgeableMob otherParent) Methods in net.minecraft.world.entity.animal with parameters of type MushroomCowModifier and TypeMethodDescriptionprivate MushroomCow.VariantMushroomCow.getOffspringVariant(MushroomCow partner) Method parameters in net.minecraft.world.entity.animal with type arguments of type MushroomCowModifier and TypeMethodDescriptionstatic booleanMushroomCow.checkMushroomSpawnRules(EntityType<MushroomCow> entityType, LevelAccessor level, EntitySpawnReason spawnReason, BlockPos pos, RandomSource random) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type MushroomCowModifierConstructorDescriptionMushroomCow(EntityType<? extends MushroomCow> entityType, Level level)