Package net.minecraft.world.border
Interface WorldBorderListener
public interface WorldBorderListener
- Mappings:
Namespace Name official aruintermediary net/minecraft/class_2248named net/minecraft/world/border/WorldBorderListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidonCenterChanged(WorldBorder border, double centerX, double centerZ) voidonDamagePerBlockChanged(WorldBorder border, double damagePerBlock) voidonInterpolateSize(WorldBorder border, double oldSize, double targetSize, long time) voidonSafeZoneChanged(WorldBorder border, double safeZone) voidonSizeChange(WorldBorder border, double newSize) voidonWarningBlocksChanged(WorldBorder border, int warningBlocks) voidonWarningTimeChanged(WorldBorder border, int newTime)
-
Method Details
-
onSizeChange
- Mappings:
Namespace Name Mixin selector official aLaru;a(Larw;D)Vintermediary method_9083Lnet/minecraft/class_2248;method_9083(Lnet/minecraft/class_2250;D)Vnamed onSizeChangeLnet/minecraft/world/border/WorldBorderListener;onSizeChange(Lnet/minecraft/world/border/WorldBorder;D)V
-
onInterpolateSize
- Mappings:
Namespace Name Mixin selector official aLaru;a(Larw;DDJ)Vintermediary method_9085Lnet/minecraft/class_2248;method_9085(Lnet/minecraft/class_2250;DDJ)Vnamed onInterpolateSizeLnet/minecraft/world/border/WorldBorderListener;onInterpolateSize(Lnet/minecraft/world/border/WorldBorder;DDJ)V
-
onCenterChanged
- Mappings:
Namespace Name Mixin selector official aLaru;a(Larw;DD)Vintermediary method_9084Lnet/minecraft/class_2248;method_9084(Lnet/minecraft/class_2250;DD)Vnamed onCenterChangedLnet/minecraft/world/border/WorldBorderListener;onCenterChanged(Lnet/minecraft/world/border/WorldBorder;DD)V
-
onWarningTimeChanged
- Mappings:
Namespace Name Mixin selector official aLaru;a(Larw;I)Vintermediary method_9086Lnet/minecraft/class_2248;method_9086(Lnet/minecraft/class_2250;I)Vnamed onWarningTimeChangedLnet/minecraft/world/border/WorldBorderListener;onWarningTimeChanged(Lnet/minecraft/world/border/WorldBorder;I)V
-
onWarningBlocksChanged
- Mappings:
Namespace Name Mixin selector official bLaru;b(Larw;I)Vintermediary method_9088Lnet/minecraft/class_2248;method_9088(Lnet/minecraft/class_2250;I)Vnamed onWarningBlocksChangedLnet/minecraft/world/border/WorldBorderListener;onWarningBlocksChanged(Lnet/minecraft/world/border/WorldBorder;I)V
-
onDamagePerBlockChanged
- Mappings:
Namespace Name Mixin selector official bLaru;b(Larw;D)Vintermediary method_9087Lnet/minecraft/class_2248;method_9087(Lnet/minecraft/class_2250;D)Vnamed onDamagePerBlockChangedLnet/minecraft/world/border/WorldBorderListener;onDamagePerBlockChanged(Lnet/minecraft/world/border/WorldBorder;D)V
-
onSafeZoneChanged
- Mappings:
Namespace Name Mixin selector official cLaru;c(Larw;D)Vintermediary method_9089Lnet/minecraft/class_2248;method_9089(Lnet/minecraft/class_2250;D)Vnamed onSafeZoneChangedLnet/minecraft/world/border/WorldBorderListener;onSafeZoneChanged(Lnet/minecraft/world/border/WorldBorder;D)V
-