Uses of Interface
net.minecraft.util.math.Position
| Package | Description |
|---|---|
| net.minecraft.block | |
| net.minecraft.block.dispenser | |
| net.minecraft.client.render.debug | |
| net.minecraft.util.math |
-
Uses of Position in net.minecraft.block
Methods in net.minecraft.block that return Position Modifier and Type Method Description static PositionDispenserBlock. getOutputLocation(BlockPointer pointer) -
Uses of Position in net.minecraft.block.dispenser
Methods in net.minecraft.block.dispenser with parameters of type Position Modifier and Type Method Description protected abstract ProjectileEntityProjectileDispenserBehavior. createProjectile(World world, Position position, ItemStack stack)static voidItemDispenserBehavior. spawnItem(World world, ItemStack stack, int offset, Direction side, Position pos) -
Uses of Position in net.minecraft.client.render.debug
Fields in net.minecraft.client.render.debug declared as Position Modifier and Type Field Description PositionVillageDebugRenderer.Brain. posPositionBeeDebugRenderer.Bee. positionMethods in net.minecraft.client.render.debug with parameters of type Position Modifier and Type Method Description private static voidBeeDebugRenderer. drawString(Position pos, int line, String string, int color, float size)private static voidVillageDebugRenderer. drawString(Position pos, int offsetY, String string, int color, float size)Constructors in net.minecraft.client.render.debug with parameters of type Position Constructor Description Bee(UUID uuid, int entityId, Position position, Path path, BlockPos hive, BlockPos flower, int travelTicks)Brain(UUID uuid, int int2, String string, String profession, int xp, float float2, float float3, Position pos, String string2, @Nullable Path path, boolean wantsGolem) -
Uses of Position in net.minecraft.util.math
Subinterfaces of Position in net.minecraft.util.math Modifier and Type Interface Description interfaceBlockPointerClasses in net.minecraft.util.math that implement Position Modifier and Type Class Description classBlockPointerImplclassPositionImplclassVec3dAn immutable vector composed of 3 doubles.Methods in net.minecraft.util.math with parameters of type Position Modifier and Type Method Description doubleVec3i. getSquaredDistance(Position pos, boolean treatAsBlockPos)booleanVec3d. isInRange(Position pos, double radius)booleanVec3i. isWithinDistance(Position pos, double distance)Constructors in net.minecraft.util.math with parameters of type Position Constructor Description BlockPos(Position pos)