Package net.minecraft.world
Class Teleporter
java.lang.Object
net.minecraft.world.Teleporter
- All Implemented Interfaces:
ITeleporter
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
canHostFrame
(BlockPos p_242955_1_, BlockPos.Mutable p_242955_2_, Direction p_242955_3_, int p_242955_4_) createPortal
(BlockPos p_242956_1_, Direction.Axis p_242956_2_) findPortalAround
(BlockPos p_242957_1_, boolean p_242957_2_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraftforge.common.util.ITeleporter
getPortalInfo, isVanilla, placeEntity, playTeleportSound
-
Field Details
-
level
-
-
Constructor Details
-
Teleporter
-
-
Method Details
-
findPortalAround
public Optional<TeleportationRepositioner.Result> findPortalAround(BlockPos p_242957_1_, boolean p_242957_2_) -
createPortal
public Optional<TeleportationRepositioner.Result> createPortal(BlockPos p_242956_1_, Direction.Axis p_242956_2_) -
canHostFrame
private boolean canHostFrame(BlockPos p_242955_1_, BlockPos.Mutable p_242955_2_, Direction p_242955_3_, int p_242955_4_)
-