Uses of Interface
net.minecraft.core.Position
Packages that use Position
Package
Description
-
Uses of Position in net.minecraft.client.renderer.debug
Fields in net.minecraft.client.renderer.debug declared as PositionModifier and TypeFieldDescriptionfinal Position
BeeDebugRenderer.BeeInfo.pos
final Position
BrainDebugRenderer.BrainDump.pos
Methods in net.minecraft.client.renderer.debug with parameters of type PositionModifier and TypeMethodDescriptionprivate static void
BeeDebugRenderer.renderTextOverMob
(Position p_113100_, int p_113101_, String p_113102_, int p_113103_, float p_113104_) private static void
BrainDebugRenderer.renderTextOverMob
(Position p_113247_, int p_113248_, String p_113249_, int p_113250_, float p_113251_) Constructors in net.minecraft.client.renderer.debug with parameters of type PositionModifierConstructorDescriptionBeeInfo
(UUID p_113167_, int p_113168_, Position p_113169_, Path p_113170_, BlockPos p_113171_, BlockPos p_113172_, int p_113173_) BrainDump
(UUID p_113311_, int p_113312_, String p_113313_, String p_113314_, int p_113315_, float p_113316_, float p_113317_, Position p_113318_, String p_113319_, Path p_113320_, boolean p_113321_) -
Uses of Position in net.minecraft.core
Subinterfaces of Position in net.minecraft.coreClasses in net.minecraft.core that implement PositionMethods in net.minecraft.core with parameters of type PositionModifier and TypeMethodDescriptionboolean
Vec3i.closerToCenterThan
(Position p_203196_, double p_203197_) double
Vec3i.distToCenterSqr
(Position p_203194_) Constructors in net.minecraft.core with parameters of type Position -
Uses of Position in net.minecraft.core.dispenser
Methods in net.minecraft.core.dispenser with parameters of type PositionModifier and TypeMethodDescriptionprotected abstract Projectile
AbstractProjectileDispenseBehavior.getProjectile
(Level p_123360_, Position p_123361_, ItemStack p_123362_) static void
DefaultDispenseItemBehavior.spawnItem
(Level p_123379_, ItemStack p_123380_, int p_123381_, Direction p_123382_, Position p_123383_) -
Uses of Position in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block that return PositionModifier and TypeMethodDescriptionstatic Position
DispenserBlock.getDispensePosition
(BlockSource p_52721_) -
Uses of Position in net.minecraft.world.phys
Classes in net.minecraft.world.phys that implement PositionMethods in net.minecraft.world.phys with parameters of type Position