Uses of Class
net.minecraft.entity.monster.BlazeEntity
-
Packages that use BlazeEntity Package Description net.minecraft.client.renderer.entity net.minecraft.entity net.minecraft.entity.monster -
-
Uses of BlazeEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type BlazeEntity Modifier and Type Method Description protected int
BlazeRenderer. getBlockLightLevel(BlazeEntity p_225624_1_, BlockPos p_225624_2_)
ResourceLocation
BlazeRenderer. getTextureLocation(BlazeEntity p_110775_1_)
-
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.monster
Fields in net.minecraft.entity.monster declared as BlazeEntity Modifier and Type Field Description private BlazeEntity
BlazeEntity.FireballAttackGoal. blaze
Constructors in net.minecraft.entity.monster with parameters of type BlazeEntity Constructor Description FireballAttackGoal(BlazeEntity p_i45846_1_)
Constructor parameters in net.minecraft.entity.monster with type arguments of type BlazeEntity Constructor Description BlazeEntity(EntityType<? extends BlazeEntity> p_i50215_1_, World p_i50215_2_)
-