Interface WorldView

All Known Implementing Classes:
ChunkCache, ChunkRenderCache, ClientWorld, DemoServerWorld, MultiServerWorld, ServerWorld, World

public interface WorldView
Mappings:
Namespace Name
official adq
intermediary net/minecraft/class_104
named net/minecraft/world/WorldView
  • Method Details

    • getBlockEntity

      BlockEntity getBlockEntity​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official s Ladq;s(Lcj;)Lakw;
      intermediary method_484 Lnet/minecraft/class_104;method_484(Lnet/minecraft/class_1372;)Lnet/minecraft/class_348;
      named getBlockEntity Lnet/minecraft/world/WorldView;getBlockEntity(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/entity/BlockEntity;
    • getLight

      @Environment(CLIENT) int getLight​(BlockPos pos, int minBlockLight)
      Mappings:
      Namespace Name Mixin selector
      official b Ladq;b(Lcj;I)I
      intermediary method_481 Lnet/minecraft/class_104;method_481(Lnet/minecraft/class_1372;I)I
      named getLight Lnet/minecraft/world/WorldView;getLight(Lnet/minecraft/util/math/BlockPos;I)I
    • getBlockState

      BlockState getBlockState​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official p Ladq;p(Lcj;)Lalz;
      intermediary method_483 Lnet/minecraft/class_104;method_483(Lnet/minecraft/class_1372;)Lnet/minecraft/class_376;
      named getBlockState Lnet/minecraft/world/WorldView;getBlockState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
    • isAir

      boolean isAir​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official d Ladq;d(Lcj;)Z
      intermediary method_482 Lnet/minecraft/class_104;method_482(Lnet/minecraft/class_1372;)Z
      named isAir Lnet/minecraft/world/WorldView;isAir(Lnet/minecraft/util/math/BlockPos;)Z
    • getBiomeAt

      @Environment(CLIENT) Biome getBiomeAt​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official b Ladq;b(Lcj;)Lady;
      intermediary method_480 Lnet/minecraft/class_104;method_480(Lnet/minecraft/class_1372;)Lnet/minecraft/class_113;
      named getBiomeAt Lnet/minecraft/world/WorldView;getBiomeAt(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/biome/Biome;
    • isSaved

      @Environment(CLIENT) boolean isSaved()
      Mappings:
      Namespace Name Mixin selector
      official W Ladq;W()Z
      intermediary method_478 Lnet/minecraft/class_104;method_478()Z
      named isSaved Lnet/minecraft/world/WorldView;isSaved()Z
    • getStrongRedstonePower

      int getStrongRedstonePower​(BlockPos pos, Direction direction)
      Mappings:
      Namespace Name Mixin selector
      official a Ladq;a(Lcj;Lcq;)I
      intermediary method_479 Lnet/minecraft/class_104;method_479(Lnet/minecraft/class_1372;Lnet/minecraft/class_1383;)I
      named getStrongRedstonePower Lnet/minecraft/world/WorldView;getStrongRedstonePower(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)I
    • getGeneratorType

      Mappings:
      Namespace Name Mixin selector
      official G Ladq;G()Ladr;
      intermediary method_477 Lnet/minecraft/class_104;method_477()Lnet/minecraft/class_105;
      named getGeneratorType Lnet/minecraft/world/WorldView;getGeneratorType()Lnet/minecraft/world/level/LevelGeneratorType;