Uses of Class
net.minecraft.block.PortalInfo
Packages that use PortalInfo
Package
Description
-
Uses of PortalInfo in net.minecraft.block
Methods in net.minecraft.block that return PortalInfoModifier and TypeMethodDescriptionstatic 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 PortalInfoModifier and TypeMethodDescriptionprotected PortalInfo
Entity.findDimensionEntryPoint
(ServerWorld p_241829_1_) -
Uses of PortalInfo in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return PortalInfoModifier and TypeMethodDescriptionprotected PortalInfo
ServerPlayerEntity.findDimensionEntryPoint
(ServerWorld p_241829_1_) -
Uses of PortalInfo in net.minecraftforge.common.util
Methods in net.minecraftforge.common.util that return PortalInfoModifier and TypeMethodDescriptiondefault PortalInfo
ITeleporter.getPortalInfo
(Entity entity, ServerWorld destWorld, Function<ServerWorld, PortalInfo> defaultPortalInfo) Gets the PortalInfo.Method parameters in net.minecraftforge.common.util with type arguments of type PortalInfoModifier and TypeMethodDescriptiondefault PortalInfo
ITeleporter.getPortalInfo
(Entity entity, ServerWorld destWorld, Function<ServerWorld, PortalInfo> defaultPortalInfo) Gets the PortalInfo.