Uses of Class
net.minecraft.entity.item.TNTEntity
-
Packages that use TNTEntity Package Description net.minecraft.client.renderer.entity net.minecraft.entity net.minecraft.entity.item -
-
Uses of TNTEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type TNTEntity Modifier and Type Method Description ResourceLocation
TNTRenderer. getTextureLocation(TNTEntity p_110775_1_)
void
TNTRenderer. render(TNTEntity p_225623_1_, float p_225623_2_, float p_225623_3_, MatrixStack p_225623_4_, IRenderTypeBuffer p_225623_5_, int p_225623_6_)
-
Uses of TNTEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type TNTEntity Modifier and Type Field Description static EntityType<TNTEntity>
EntityType. TNT
-
Uses of TNTEntity in net.minecraft.entity.item
Constructor parameters in net.minecraft.entity.item with type arguments of type TNTEntity Constructor Description TNTEntity(EntityType<? extends TNTEntity> p_i50216_1_, World p_i50216_2_)
-