Interface ISidedProxy

All Known Implementing Classes:
ClientProxy, ServerProxy

public interface ISidedProxy
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.entity.player.Player
     
    net.minecraft.world.level.Level
     
  • Method Details

    • getPlayer

      net.minecraft.world.entity.player.Player getPlayer()
    • getWorld

      net.minecraft.world.level.Level getWorld()