Uses of Class
net.minecraft.block.PortalInfo
-
Packages that use PortalInfo Package Description net.minecraft.block net.minecraft.entity net.minecraft.entity.player net.minecraftforge.common.util -
-
Uses of PortalInfo in net.minecraft.block
Methods in net.minecraft.block that return PortalInfo Modifier and Type Method Description static PortalInfo
PortalSize. createPortalInfo(ServerWorld p_242963_0_, TeleportationRepositioner.Result p_242963_1_, Direction.Axis p_242963_2_, Vector3d p_242963_3_, EntitySize p_242963_4_, Vector3d p_242963_5_, float p_242963_6_, float p_242963_7_)
-
Uses of PortalInfo in net.minecraft.entity
Methods in net.minecraft.entity that return PortalInfo Modifier and Type Method Description protected PortalInfo
Entity. findDimensionEntryPoint(ServerWorld p_241829_1_)
-
Uses of PortalInfo in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return PortalInfo Modifier and Type Method Description protected PortalInfo
ServerPlayerEntity. findDimensionEntryPoint(ServerWorld p_241829_1_)
-
Uses of PortalInfo in net.minecraftforge.common.util
Methods in net.minecraftforge.common.util that return PortalInfo Modifier and Type Method Description default PortalInfo
ITeleporter. getPortalInfo(Entity entity, ServerWorld destWorld, java.util.function.Function<ServerWorld,PortalInfo> defaultPortalInfo)
Gets the PortalInfo.Method parameters in net.minecraftforge.common.util with type arguments of type PortalInfo Modifier and Type Method Description default PortalInfo
ITeleporter. getPortalInfo(Entity entity, ServerWorld destWorld, java.util.function.Function<ServerWorld,PortalInfo> defaultPortalInfo)
Gets the PortalInfo.
-