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 EntityEntity. 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 EntityEnderPearlEntity. changeDimension(ServerWorld p_241206_1_, ITeleporter teleporter)EntityItemEntity. 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 EntityContainerMinecartEntity. 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 EntityAbstractVillagerEntity. 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 EntityServerPlayerEntity. 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 classTeleporter
-