Uses of Interface
net.minecraftforge.common.util.ITeleporter
-
Packages that use ITeleporter Package Description net.minecraft.entity net.minecraft.entity.item net.minecraft.entity.item.minecart net.minecraft.entity.merchant.villager net.minecraft.entity.player net.minecraft.world -
-
Uses of ITeleporter in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type ITeleporter Modifier and Type Method Description Entity
Entity. changeDimension(ServerWorld p_241206_1_, ITeleporter teleporter)
-
Uses of ITeleporter in net.minecraft.entity.item
Methods in net.minecraft.entity.item with parameters of type ITeleporter Modifier and Type Method Description Entity
EnderPearlEntity. changeDimension(ServerWorld p_241206_1_, ITeleporter teleporter)
Entity
ItemEntity. changeDimension(ServerWorld p_241206_1_, ITeleporter teleporter)
-
Uses of ITeleporter in net.minecraft.entity.item.minecart
Methods in net.minecraft.entity.item.minecart with parameters of type ITeleporter Modifier and Type Method Description Entity
ContainerMinecartEntity. changeDimension(ServerWorld p_241206_1_, ITeleporter teleporter)
-
Uses of ITeleporter in net.minecraft.entity.merchant.villager
Methods in net.minecraft.entity.merchant.villager with parameters of type ITeleporter Modifier and Type Method Description Entity
AbstractVillagerEntity. changeDimension(ServerWorld p_241206_1_, ITeleporter teleporter)
-
Uses of ITeleporter in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type ITeleporter Modifier and Type Method Description Entity
ServerPlayerEntity. changeDimension(ServerWorld p_241206_1_, ITeleporter teleporter)
-
Uses of ITeleporter in net.minecraft.world
Classes in net.minecraft.world that implement ITeleporter Modifier and Type Class Description class
Teleporter
-