Uses of Class
net.minecraft.entity.mob.GiantEntity
| Package | Description |
|---|---|
| net.minecraft.client.render.entity | |
| net.minecraft.client.render.entity.model | |
| net.minecraft.entity | |
| net.minecraft.entity.mob |
-
Uses of GiantEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type GiantEntity Modifier and Type Method Description IdentifierGiantEntityRenderer. getTexture(GiantEntity giantEntity)protected voidGiantEntityRenderer. scale(GiantEntity giantEntity, MatrixStack matrixStack, float float2) -
Uses of GiantEntity in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model with parameters of type GiantEntity Modifier and Type Method Description booleanGiantEntityModel. isAttacking(GiantEntity giantEntity) -
Uses of GiantEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type GiantEntity Modifier and Type Field Description static EntityType<GiantEntity>EntityType. GIANT -
Uses of GiantEntity in net.minecraft.entity.mob
Constructor parameters in net.minecraft.entity.mob with type arguments of type GiantEntity Constructor Description GiantEntity(EntityType<? extends GiantEntity> type, World world)