Package net.minecraft.world
Class PortalForcer
java.lang.Object
net.minecraft.world.PortalForcer
public class PortalForcer extends Object
- Mappings:
Namespace Name official ddaintermediary net/minecraft/class_1946named net/minecraft/world/PortalForcer
-
Field Summary
Fields Modifier and Type Field Description private ServerWorldworld -
Constructor Summary
Constructors Constructor Description PortalForcer(ServerWorld world) -
Method Summary
Modifier and Type Method Description private booleanmethod_30481(BlockPos blockPos, BlockPos.Mutable mutable, Direction direction, int int2)Optional<class_5459.class_5460>method_30482(BlockPos blockPos, Direction.Axis axis)Optional<class_5459.class_5460>method_30483(BlockPos blockPos, boolean bool)
-
Field Details
-
world
- Mappings:
Namespace Name Mixin selector official aLdda;a:Laav;intermediary field_9286Lnet/minecraft/class_1946;field_9286:Lnet/minecraft/class_3218;named worldLnet/minecraft/world/PortalForcer;world:Lnet/minecraft/server/world/ServerWorld;
-
-
Constructor Details
-
PortalForcer
- Mappings:
Namespace Name Mixin selector official <init>Ldda;<init>(Laav;)Vintermediary <init>Lnet/minecraft/class_1946;<init>(Lnet/minecraft/class_3218;)Vnamed <init>Lnet/minecraft/world/PortalForcer;<init>(Lnet/minecraft/server/world/ServerWorld;)V
-
-
Method Details
-
method_30483
- Mappings:
Namespace Name Mixin selector official aLdda;a(Lfx;Z)Ljava/util/Optional;intermediary method_30483Lnet/minecraft/class_1946;method_30483(Lnet/minecraft/class_2338;Z)Ljava/util/Optional;named method_30483Lnet/minecraft/world/PortalForcer;method_30483(Lnet/minecraft/util/math/BlockPos;Z)Ljava/util/Optional;
-
method_30482
- Mappings:
Namespace Name Mixin selector official aLdda;a(Lfx;Lgc$a;)Ljava/util/Optional;intermediary method_30482Lnet/minecraft/class_1946;method_30482(Lnet/minecraft/class_2338;Lnet/minecraft/class_2350$class_2351;)Ljava/util/Optional;named method_30482Lnet/minecraft/world/PortalForcer;method_30482(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction$Axis;)Ljava/util/Optional;
-
method_30481
private boolean method_30481(BlockPos blockPos, BlockPos.Mutable mutable, Direction direction, int int2)- Mappings:
Namespace Name Mixin selector official aLdda;a(Lfx;Lfx$a;Lgc;I)Zintermediary method_30481Lnet/minecraft/class_1946;method_30481(Lnet/minecraft/class_2338;Lnet/minecraft/class_2338$class_2339;Lnet/minecraft/class_2350;I)Znamed method_30481Lnet/minecraft/world/PortalForcer;method_30481(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos$Mutable;Lnet/minecraft/util/math/Direction;I)Z
-