Uses of Enum Class
ua.mcchickenstudio.opencreative.utils.millennium.math.MovingObjectPosition.MovingObjectType
Packages that use MovingObjectPosition.MovingObjectType
-
Uses of MovingObjectPosition.MovingObjectType in ua.mcchickenstudio.opencreative.utils.millennium.math
Subclasses with type arguments of type MovingObjectPosition.MovingObjectType in ua.mcchickenstudio.opencreative.utils.millennium.mathFields in ua.mcchickenstudio.opencreative.utils.millennium.math declared as MovingObjectPosition.MovingObjectTypeModifier and TypeFieldDescriptionMovingObjectPosition.typeOfHitWhat type of ray trace hit was this? 0 = block, 1 = entityMethods in ua.mcchickenstudio.opencreative.utils.millennium.math that return MovingObjectPosition.MovingObjectTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.MovingObjectPosition.MovingObjectType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ua.mcchickenstudio.opencreative.utils.millennium.math with parameters of type MovingObjectPosition.MovingObjectTypeModifierConstructorDescriptionMovingObjectPosition(MovingObjectPosition.MovingObjectType typeOfHitIn, Vec3 hitVecIn, EnumFacing sideHitIn, BlockPos blockPosIn)