Package net.minecraft.world.dimension
Class PortalForcer
java.lang.Object
net.minecraft.world.dimension.PortalForcer
- Mappings:
Namespace Name intermediary net/minecraft/class_467glue class_500server mxclient urnamed net/minecraft/world/dimension/PortalForcer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancreatePortal(World world, Entity entity) voidmoveToPortal(World world, Entity entity) Called when an entity's dimension changes so that their position is forced to a portal position.booleanteleportToValidPortal(World world, Entity entity)
-
Field Details
-
random
- Mappings:
Namespace Name Mixin selector intermediary field_1772Lnet/minecraft/class_467;field_1772:Ljava/util/Random;glue field_1919Lclass_500;field_1919:Ljava/util/Random;server aLmx;a:Ljava/util/Random;client aLur;a:Ljava/util/Random;named randomLnet/minecraft/world/dimension/PortalForcer;random:Ljava/util/Random;
-
-
Constructor Details
-
PortalForcer
public PortalForcer()
-
-
Method Details
-
moveToPortal
Called when an entity's dimension changes so that their position is forced to a portal position.- Mappings:
Namespace Name Mixin selector intermediary method_1530Lnet/minecraft/class_467;method_1530(Lnet/minecraft/class_18;Lnet/minecraft/class_57;)Vglue method_1782Lclass_500;method_1782(Lclass_129;Lclass_450;)Vserver aLmx;a(Ldj;Llq;)Vclient aLur;a(Lfd;Lsn;)Vnamed moveToPortalLnet/minecraft/world/dimension/PortalForcer;moveToPortal(Lnet/minecraft/world/World;Lnet/minecraft/entity/Entity;)V
-
teleportToValidPortal
- Mappings:
Namespace Name Mixin selector intermediary method_1531Lnet/minecraft/class_467;method_1531(Lnet/minecraft/class_18;Lnet/minecraft/class_57;)Zglue method_1783Lclass_500;method_1783(Lclass_129;Lclass_450;)Zserver bLmx;b(Ldj;Llq;)Zclient bLur;b(Lfd;Lsn;)Znamed teleportToValidPortalLnet/minecraft/world/dimension/PortalForcer;teleportToValidPortal(Lnet/minecraft/world/World;Lnet/minecraft/entity/Entity;)Z
-
createPortal
- Mappings:
Namespace Name Mixin selector intermediary method_1532Lnet/minecraft/class_467;method_1532(Lnet/minecraft/class_18;Lnet/minecraft/class_57;)Zglue method_1784Lclass_500;method_1784(Lclass_129;Lclass_450;)Zserver cLmx;c(Ldj;Llq;)Zclient cLur;c(Lfd;Lsn;)Znamed createPortalLnet/minecraft/world/dimension/PortalForcer;createPortal(Lnet/minecraft/world/World;Lnet/minecraft/entity/Entity;)Z
-