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 Position
DispenserBlock. 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 ProjectileEntity
ProjectileDispenserBehavior. createProjectile(World world, Position position, ItemStack stack)
static void
ItemDispenserBehavior. 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 Position
VillageDebugRenderer.Brain. pos
Position
BeeDebugRenderer.Bee. position
Methods in net.minecraft.client.render.debug with parameters of type Position Modifier and Type Method Description private static void
BeeDebugRenderer. drawString(Position pos, int line, String string, int color, float size)
private static void
VillageDebugRenderer. 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 interface
BlockPointer
Classes in net.minecraft.util.math that implement Position Modifier and Type Class Description class
BlockPointerImpl
class
PositionImpl
class
Vec3d
An immutable vector composed of 3 doubles.Methods in net.minecraft.util.math with parameters of type Position Modifier and Type Method Description double
Vec3i. getSquaredDistance(Position pos, boolean treatAsBlockPos)
boolean
Vec3d. isInRange(Position pos, double radius)
boolean
Vec3i. isWithinDistance(Position pos, double distance)
Constructors in net.minecraft.util.math with parameters of type Position Constructor Description BlockPos(Position pos)