Uses of Class
net.minecraft.entity.mob.BlazeEntity
Package | Description |
---|---|
net.minecraft.client.render.entity | |
net.minecraft.entity | |
net.minecraft.entity.mob |
-
Uses of BlazeEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type BlazeEntity Modifier and Type Method Description protected int
BlazeEntityRenderer. getBlockLight(BlazeEntity blazeEntity, BlockPos blockPos)
Identifier
BlazeEntityRenderer. getTexture(BlazeEntity blazeEntity)
-
Uses of BlazeEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type BlazeEntity Modifier and Type Field Description static EntityType<BlazeEntity>
EntityType. BLAZE
-
Uses of BlazeEntity in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as BlazeEntity Modifier and Type Field Description private BlazeEntity
BlazeEntity.ShootFireballGoal. blaze
Constructors in net.minecraft.entity.mob with parameters of type BlazeEntity Constructor Description ShootFireballGoal(BlazeEntity blaze)
Constructor parameters in net.minecraft.entity.mob with type arguments of type BlazeEntity Constructor Description BlazeEntity(EntityType<? extends BlazeEntity> type, World world)