Uses of Class
net.minecraft.entity.projectile.TridentEntity
-
Packages that use TridentEntity Package Description net.minecraft.client.renderer.entity net.minecraft.entity net.minecraft.entity.projectile -
-
Uses of TridentEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type TridentEntity Modifier and Type Method Description ResourceLocation
TridentRenderer. getTextureLocation(TridentEntity p_110775_1_)
void
TridentRenderer. render(TridentEntity 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 TridentEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type TridentEntity Modifier and Type Field Description static EntityType<TridentEntity>
EntityType. TRIDENT
-
Uses of TridentEntity in net.minecraft.entity.projectile
Constructor parameters in net.minecraft.entity.projectile with type arguments of type TridentEntity Constructor Description TridentEntity(EntityType<? extends TridentEntity> p_i50148_1_, World p_i50148_2_)
-