Uses of Interface
net.minecraft.item.ProjectileItem.PositionFunction
Packages that use ProjectileItem.PositionFunction
-
Uses of ProjectileItem.PositionFunction in net.minecraft.item
Fields in net.minecraft.item declared as ProjectileItem.PositionFunctionModifier and TypeFieldDescriptionprivate ProjectileItem.PositionFunction
ProjectileItem.Settings.Builder.positionFunction
private final ProjectileItem.PositionFunction
ProjectileItem.Settings.positionFunction
The field for thepositionFunction
record component.Methods in net.minecraft.item that return ProjectileItem.PositionFunctionModifier and TypeMethodDescriptionProjectileItem.Settings.positionFunction()
Returns the value of thepositionFunction
record component.Methods in net.minecraft.item with parameters of type ProjectileItem.PositionFunctionModifier and TypeMethodDescriptionProjectileItem.Settings.Builder.positionFunction
(ProjectileItem.PositionFunction positionFunction) Constructors in net.minecraft.item with parameters of type ProjectileItem.PositionFunctionModifierConstructorDescriptionSettings
(ProjectileItem.PositionFunction positionFunction, float float2, float float3, OptionalInt optionalInt)