Interface DimensionTeleportUtil.Handler

All Known Implementing Classes:
FabricDimensionTeleportUtilHandler
Enclosing class:
DimensionTeleportUtil

public static interface DimensionTeleportUtil.Handler
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.entity.Entity
    changeDimension(net.minecraft.world.entity.Entity entity, net.minecraft.server.level.ServerLevel destination, net.minecraft.world.level.portal.PortalInfo portalInfo)
     
  • Method Details

    • changeDimension

      net.minecraft.world.entity.Entity changeDimension(net.minecraft.world.entity.Entity entity, net.minecraft.server.level.ServerLevel destination, net.minecraft.world.level.portal.PortalInfo portalInfo)