Package net.minecraft.world
Interface BlockView
- All Known Implementing Classes:
ChunkCache,class_120,ClientWorld,ServerWorld,World
public interface BlockView
- Mappings:
Namespace Name intermediary net/minecraft/class_14glue class_584server pbclient xpnamed net/minecraft/world/BlockView
-
Method Summary
Modifier and TypeMethodDescriptiongetBlockEntity(int x, int y, int z) intgetBlockId(int x, int y, int z) intgetBlockMeta(int x, int y, int z) getMaterial(int x, int y, int z) floatgetNaturalBrightness(int x, int y, int z, int int2) floatmethod_1782(int int2, int int3, int int4) booleanmethod_1783(int int2, int int3, int int4) booleanshouldSuffocate(int x, int y, int z)
-
Method Details
-
getBlockId
int getBlockId(int x, int y, int z) - Mappings:
Namespace Name Mixin selector intermediary method_1776Lnet/minecraft/class_14;method_1776(III)Iglue method_449Lclass_584;method_449(III)Iserver aLpb;a(III)Iclient aLxp;a(III)Inamed getBlockIdLnet/minecraft/world/BlockView;getBlockId(III)I
-
getBlockEntity
- Mappings:
Namespace Name Mixin selector intermediary method_1777Lnet/minecraft/class_14;method_1777(III)Lnet/minecraft/class_55;glue method_450Lclass_584;method_450(III)Lclass_356;server bLpb;b(III)Ljh;client bLxp;b(III)Low;named getBlockEntityLnet/minecraft/world/BlockView;getBlockEntity(III)Lnet/minecraft/block/entity/BlockEntity;
-
getNaturalBrightness
- Mappings:
Namespace Name Mixin selector intermediary method_1784Lnet/minecraft/class_14;method_1784(IIII)Fglue method_878Lclass_584;method_878(IIII)Fserver method_1784Lpb;method_1784(IIII)Fclient aLxp;a(IIII)Fnamed getNaturalBrightnessLnet/minecraft/world/BlockView;getNaturalBrightness(IIII)F
-
method_1782
- Mappings:
Namespace Name Mixin selector intermediary method_1782Lnet/minecraft/class_14;method_1782(III)Fglue method_576Lclass_584;method_576(III)Fserver method_1782Lpb;method_1782(III)Fclient cLxp;c(III)Fnamed method_1782Lnet/minecraft/world/BlockView;method_1782(III)F
-
getBlockMeta
int getBlockMeta(int x, int y, int z) - Mappings:
Namespace Name Mixin selector intermediary method_1778Lnet/minecraft/class_14;method_1778(III)Iglue method_451Lclass_584;method_451(III)Iserver cLpb;c(III)Iclient eLxp;e(III)Inamed getBlockMetaLnet/minecraft/world/BlockView;getBlockMeta(III)I
-
getMaterial
- Mappings:
Namespace Name Mixin selector intermediary method_1779Lnet/minecraft/class_14;method_1779(III)Lnet/minecraft/class_15;glue method_452Lclass_584;method_452(III)Lclass_280;server dLpb;d(III)Lhj;client fLxp;f(III)Lln;named getMaterialLnet/minecraft/world/BlockView;getMaterial(III)Lnet/minecraft/block/material/Material;
-
method_1783
- Mappings:
Namespace Name Mixin selector intermediary method_1783Lnet/minecraft/class_14;method_1783(III)Zglue method_580Lclass_584;method_580(III)Zserver method_1783Lpb;method_1783(III)Zclient gLxp;g(III)Znamed method_1783Lnet/minecraft/world/BlockView;method_1783(III)Z
-
shouldSuffocate
boolean shouldSuffocate(int x, int y, int z) - Mappings:
Namespace Name Mixin selector intermediary method_1780Lnet/minecraft/class_14;method_1780(III)Zglue method_453Lclass_584;method_453(III)Zserver eLpb;e(III)Zclient hLxp;h(III)Znamed shouldSuffocateLnet/minecraft/world/BlockView;shouldSuffocate(III)Z
-
getBiomeSource
- Mappings:
Namespace Name Mixin selector intermediary method_1781Lnet/minecraft/class_14;method_1781()Lnet/minecraft/class_519;glue method_465Lclass_584;method_465()Lclass_592;server method_1781Lpb;method_1781()Lph;client aLxp;a()Lxv;named getBiomeSourceLnet/minecraft/world/BlockView;getBiomeSource()Lnet/minecraft/world/biome/source/BiomeSource;
-