Object WorldExt

  • All Implemented Interfaces:

    
    public class WorldExt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static WorldExt INSTANCE
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Unit playSound(LevelAccessor $self, Vec3 pos, SoundEvent sound, Float volume, Float pitch, SoundSource source)
      final Unit tryPlaySound(Level $self, Vec3 pos, SoundEvent sound, Float volume, Float pitch, SoundSource source)
      final StructureTemplate getStructure(ServerLevel $self, String id)
      final Boolean placeStructure(ServerLevel $self, String id, BlockPos pos)
      final Unit tryPlaceStructure(ServerLevelAccessor $self, String id, BlockPos pos)
      final Unit chat(LevelAccessor $self, Component component, Boolean bypassHiddenChat)
      final Unit tryBroadcastPacket(LevelAccessor $self, Packet<?> packet)
      final Unit tryDropItems(LevelAccessor $self, Vec3 pos, ItemStack stack, Integer pickUpDelay)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait