History - net.minecraft.world.border.WorldBorder
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
Constructors
Methods
1.21.11_unobfuscated
Names
net.minecraft.world.level.border.WorldBorder
net.minecraft.class_2784
net.minecraft.world.border.WorldBorder
Fields
double: MAX_SIZE, field_33643, STATIC_AREA_SIZE
double: MAX_CENTER_COORDINATE, field_36191, MAX_CENTER_COORDINATES
com.mojang.serialization.Codec<WorldBorder>: CODEC, field_62536, CODEC
PersistentStateType<WorldBorder>: TYPE, field_62537, TYPE
WorldBorder$Properties: settings, field_63953, properties
boolean: initialized, field_63954, initialized
List<WorldBorderListener>: listeners, field_12730, listeners
double: damagePerBlock, field_12733, damagePerBlock
double: safeZone, field_12731, safeZone
int: warningTime, field_12735, warningTime
int: warningBlocks, field_12734, warningBlocks
double: centerX, field_12738, centerX
double: centerZ, field_12737, centerZ
int: absoluteMaxSize, field_12732, maxRadius
WorldBorder$Area: extent, field_12736, area
Constructors
()
Methods
boolean (BlockPos): isWithinBounds, method_11952, contains
boolean (Vec3d): isWithinBounds, method_61115, contains
boolean (ChunkPos): isWithinBounds, method_11951, contains
boolean (Box): isWithinBounds, method_11966, contains
boolean (double, double, double, double): isWithinBounds, method_61114, contains
boolean (double, double): isWithinBounds, method_35317, contains
boolean (double, double, double): isWithinBounds, method_39458, contains
BlockPos (BlockPos): clampToBounds, method_61117, clampFloored
BlockPos (Vec3d): clampToBounds, method_61116, clampFloored
BlockPos (double, double, double): clampToBounds, method_39538, clampFloored
Vec3d (Vec3d): clampVec3ToBound, method_61770, clamp
Vec3d (double, double, double): clampVec3ToBound, method_61769, clamp
double (Entity): getDistanceToBorder, method_11979, getDistanceInsideBorder
VoxelShape (): getCollisionShape, method_17903, asVoxelShape
double (double, double): getDistanceToBorder, method_11961, getDistanceInsideBorder
boolean (Entity, Box): isInsideCloseToBorder, method_39459, canCollide
WorldBorderStage (): getStatus, method_11968, getStage
double (): getMinX, method_11976, getBoundWest
double (float): getMinX, method_75884, getBoundWest
double (): getMinZ, method_11958, getBoundNorth
double (float): getMinZ, method_75886, getBoundNorth
double (): getMaxX, method_11963, getBoundEast
double (float): getMaxX, method_75887, getBoundEast
double (): getMaxZ, method_11977, getBoundSouth
double (float): getMaxZ, method_75888, getBoundSouth
double (): getCenterX, method_11964, getCenterX
double (): getCenterZ, method_11980, getCenterZ
void (double, double): setCenter, method_11978, setCenter
double (): getSize, method_11965, getSize
long (): getLerpTime, method_11962, getSizeLerpTime
double (): getLerpTarget, method_11954, getSizeLerpTarget
void (double): setSize, method_11969, setSize
void (double, double, long, long): lerpSizeBetween, method_11957, interpolateSize
List<WorldBorderListener> (): getListeners, method_11970, getListeners
void (WorldBorderListener): addListener, method_11983, addListener
void (WorldBorderListener): removeListener, method_35318, removeListener
void (int): setAbsoluteMaxSize, method_11973, setMaxRadius
int (): getAbsoluteMaxSize, method_11959, getMaxRadius
double (): getSafeZone, method_11971, getSafeZone
void (double): setSafeZone, method_11981, setSafeZone
double (): getDamagePerBlock, method_11953, getDamagePerBlock
void (double): setDamagePerBlock, method_11955, setDamagePerBlock
double (): getLerpSpeed, method_11974, getShrinkingSpeed
int (): getWarningTime, method_11956, getWarningTime
void (int): setWarningTime, method_11975, setWarningTime
int (): getWarningBlocks, method_11972, getWarningBlocks
void (int): setWarningBlocks, method_11967, setWarningBlocks
void (): tick, method_11982, tick
void (long): applyInitialSettings, method_75885, ensureInitialized