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.PositionFunctionProjectileItem.Settings.Builder.positionFunctionprivate final ProjectileItem.PositionFunctionProjectileItem.Settings.positionFunctionThe field for thepositionFunctionrecord component.Methods in net.minecraft.item that return ProjectileItem.PositionFunctionModifier and TypeMethodDescriptionProjectileItem.Settings.positionFunction()Returns the value of thepositionFunctionrecord 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)