Uses of Class
net.minecraft.world.entity.projectile.ThrownTrident
Packages that use ThrownTrident
Package
Description
-
Uses of ThrownTrident in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type ThrownTridentModifier and TypeMethodDescriptionThrownTridentRenderer.getTextureLocation
(ThrownTrident entity) Returns the location of an entity's texture.void
ThrownTridentRenderer.render
(ThrownTrident entity, float entityYaw, float partialTicks, PoseStack poseStack, MultiBufferSource buffer, int packedLight) -
Uses of ThrownTrident in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type ThrownTrident -
Uses of ThrownTrident in net.minecraft.world.entity.projectile
Constructor parameters in net.minecraft.world.entity.projectile with type arguments of type ThrownTridentModifierConstructorDescriptionThrownTrident
(EntityType<? extends ThrownTrident> entityType, Level level)