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.entity
Methods in net.minecraft.client.render.entity with parameters of type CreeperEntityModifier and TypeMethodDescriptionvoid
CreeperEntityRenderer.updateRenderState
(CreeperEntity creeperEntity, CreeperEntityRenderState creeperEntityRenderState, float float2) -
Uses of CreeperEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type CreeperEntity -
Uses of CreeperEntity in net.minecraft.entity.ai.goal
Fields 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.mob
Constructor parameters in net.minecraft.entity.mob with type arguments of type CreeperEntityModifierConstructorDescriptionCreeperEntity
(EntityType<? extends CreeperEntity> type, World world)