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
(PoseStack p_270426_, MultiBufferSource p_270600_, Position p_270548_, int p_270592_, String p_270198_, int p_270792_, float p_270938_) private static void
BrainDebugRenderer.renderTextOverMob
(PoseStack p_270664_, MultiBufferSource p_270816_, Position p_270715_, int p_270126_, String p_270487_, int p_270218_, float p_270737_) 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_234497_, int p_234498_, String p_234499_, String p_234500_, int p_234501_, float p_234502_, float p_234503_, Position p_234504_, String p_234505_, Path p_234506_, boolean p_234507_, int p_234508_) -
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_) static BlockPos
BlockPos.containing
(Position p_275443_) double
Vec3i.distToCenterSqr
(Position p_203194_) static SectionPos
-
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