Package net.minecraft

Interface class_3602

All Known Subinterfaces:
IWorld
All Known Implementing Classes:
class_4441, ClientWorld, DemoServerWorld, MultiServerWorld, ServerWorld, World

public interface class_3602
Mappings:
Namespace Name
official ayh
intermediary net/minecraft/class_3602
named net/minecraft/class_3602
  • Method Details

    • setBlockState

      boolean setBlockState(BlockPos blockPos, BlockState blockState, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Layh;a(Lel;Lblc;I)Z
      intermediary method_8506 Lnet/minecraft/class_3602;method_8506(Lnet/minecraft/class_2552;Lnet/minecraft/class_2232;I)Z
      named setBlockState Lnet/minecraft/class_3602;setBlockState(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;I)Z
    • spawnEntity

      boolean spawnEntity(Entity entity)
    • setAir

      boolean setAir(BlockPos blockPos)
    • method_16403

      void method_16403(LightType lightType, BlockPos blockPos, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Layh;a(Layi;Lel;I)V
      intermediary method_16403 Lnet/minecraft/class_3602;method_16403(Lnet/minecraft/class_1161;Lnet/minecraft/class_2552;I)V
      named method_16403 Lnet/minecraft/class_3602;method_16403(Lnet/minecraft/world/LightType;Lnet/minecraft/util/math/BlockPos;I)V
    • removeBlock

      boolean removeBlock(BlockPos blockPos, boolean bool)