Uses of Interface
net.minecraft.util.math.Position
Packages that use Position
Package
Description
The base package for all Minecraft classes.
-
Uses of Position in net.minecraft
Methods in net.minecraft that return PositionModifier and TypeMethodDescriptionclass_9463.class_9466.getDispensePosition
(BlockPointer blockPointer, Direction direction) Methods in net.minecraft with parameters of type PositionModifier and TypeMethodDescriptionclass_9463.method_58648
(World world, Position position, ItemStack itemStack, Direction direction) -
Uses of Position in net.minecraft.block
Methods in net.minecraft.block that return PositionModifier and TypeMethodDescriptionstatic Position
DispenserBlock.getOutputLocation
(BlockPointer pointer, double double2, Vec3d vec3d) static Position
DispenserBlock.method_58682
(BlockPointer blockPointer) -
Uses of Position in net.minecraft.block.dispenser
Methods in net.minecraft.block.dispenser with parameters of type Position -
Uses of Position in net.minecraft.client.render.debug
Methods in net.minecraft.client.render.debug with parameters of type PositionModifier and TypeMethodDescriptionprivate static void
BeeDebugRenderer.drawString
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, Position pos, int line, String string, int color, float size) private static void
VillageDebugRenderer.drawString
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, Position pos, int offsetY, String string, int color, float size) -
Uses of Position in net.minecraft.item
Methods in net.minecraft.item with parameters of type PositionModifier and TypeMethodDescriptionArrowItem.method_58648
(World world, Position position, ItemStack itemStack, Direction direction) EggItem.method_58648
(World world, Position position, ItemStack itemStack, Direction direction) ExperienceBottleItem.method_58648
(World world, Position position, ItemStack itemStack, Direction direction) FireChargeItem.method_58648
(World world, Position position, ItemStack itemStack, Direction direction) FireworkRocketItem.method_58648
(World world, Position position, ItemStack itemStack, Direction direction) SnowballItem.method_58648
(World world, Position position, ItemStack itemStack, Direction direction) SpectralArrowItem.method_58648
(World world, Position position, ItemStack itemStack, Direction direction) ThrowablePotionItem.method_58648
(World world, Position position, ItemStack itemStack, Direction direction) TridentItem.method_58648
(World world, Position position, ItemStack itemStack, Direction direction) WindChargeItem.method_58648
(World world, Position position, ItemStack itemStack, Direction direction) -
Uses of Position in net.minecraft.util.math
Classes in net.minecraft.util.math that implement PositionMethods in net.minecraft.util.math with parameters of type PositionModifier and TypeMethodDescriptionstatic ChunkSectionPos
double
Vec3i.getSquaredDistance
(Position pos) Returns the squared distance between here andpos
.boolean
Checks if the distance between this vector and the given position is less thanradius
.boolean
Vec3i.isWithinDistance
(Position pos, double distance) Returns whether the distance between here andpos
is less thandistance
.static BlockPos