Uses of Class
net.minecraft.entity.mob.CreeperEntity
Packages that use CreeperEntity
Package
Description
The basic AI system for Minecraft living entities.
- 
Uses of CreeperEntity in net.minecraft.client.render.entityMethods in net.minecraft.client.render.entity with parameters of type CreeperEntityModifier and TypeMethodDescriptionvoidCreeperEntityRenderer.updateRenderState(CreeperEntity creeperEntity, CreeperEntityRenderState creeperEntityRenderState, float float2) 
- 
Uses of CreeperEntity in net.minecraft.entityFields in net.minecraft.entity with type parameters of type CreeperEntity
- 
Uses of CreeperEntity in net.minecraft.entity.ai.goalFields in net.minecraft.entity.ai.goal declared as CreeperEntityConstructors in net.minecraft.entity.ai.goal with parameters of type CreeperEntity
- 
Uses of CreeperEntity in net.minecraft.entity.mobConstructor parameters in net.minecraft.entity.mob with type arguments of type CreeperEntityModifierConstructorDescriptionCreeperEntity(EntityType<? extends CreeperEntity> type, World world)