Package net.minecraft.block
Class TransparentBlock
java.lang.Object
net.minecraft.block.Block
net.minecraft.block.TransparentBlock
- Direct Known Subclasses:
GlassBlock,IceBlock,NetherPortalBlock,SlimeBlock,StainedGlassBlock
- Mappings:
Namespace Name official aodintermediary net/minecraft/class_144named net/minecraft/block/TransparentBlock
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.block.Block
Block.OffsetType -
Field Summary
FieldsFields inherited from class net.minecraft.block.Block
blastResistance, BLOCK_STATES, blockEntity, blockSoundGroup, collisionBox, EMPTY_BOX, fullBlock, hardness, lightLevel, material, materialColor, opacity, particleGravity, randomTicks, REGISTRY, slipperiness, stateManager, stats, transluscent, useNeighbourLight -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTransparentBlock(Material material, boolean bool) protectedTransparentBlock(Material material, boolean bool, MaterialColor materialColor) -
Method Summary
Modifier and TypeMethodDescriptionbooleanisFullBoundsCubeForCulling(BlockState blockState) booleanmethod_8654(BlockState state, BlockView view, BlockPos pos, Direction direction) Methods inherited from class net.minecraft.block.Block
appendCollisionBoxes, appendCollisionBoxes, appendProperties, areBlocksEqual, blocksMovement, canBePlacedAdjacent, canBePlacedAtPos, canCollide, canMobSpawnInside, createStackFromBlock, disableStats, dropAsItem, dropExperience, get, getBlastResistance, getBlockFromItem, getBlockRenderType, getBlockState, getBonusDrops, getByBlockState, getById, getCollisionBox, getComparatorOutput, getData, getDefaultState, getDropCount, getDropItem, getHardness, getIdByBlock, getItemGroup, getLuminance, getMaterial, getMaterialColor, getMeta, getOffsetType, getOpacity, getPistonBehavior, getRenderLayerType, getSoundGroup, getStateFromData, getStateFromRawId, getStateManager, getTickRate, getTranslatedName, getTranslationKey, hasBlockEntity, hasCollision, hasCollision, hasStats, isEqualTo, isFire, isFullBlock, isTransluscent, method_11557, method_11559, method_11562, method_11563, method_11564, method_11565, method_11566, method_11568, method_11575, method_11576, method_11577, method_13315, method_13700, method_13701, method_13702, method_13703, method_13704, method_414, method_435, method_8638, method_8640, method_8640, method_8651, method_8653, method_8664, method_8669, onBlockBreak, onBlockBreakStart, onBreak, onBreakByPlayer, onBreakByPlayer, onBreaking, onCreation, onDestroyedByExplosion, onEntityCollision, onEntityCollision, onLandedUpon, onPlaced, onSteppedOn, onUpdateTick, rainTick, randomDropAsItem, requiresSilkTouch, scheduledTick, setBlockSoundGroup, setDefaultState, setEntityVelocity, setItemGroup, setLightLevel, setOpacity, setResistance, setStrength, setTickRandomly, setTranslationKey, setUnbreakable, setup, shouldDropItemsOnExplosion, stateFromData, ticksRandomly, toString, use, useNeighbourLight, withMirror, withRotation
-
Field Details
-
field_284
private final boolean field_284- Mappings:
Namespace Name Mixin selector official aLaod;a:Zintermediary field_284Lnet/minecraft/class_144;field_284:Znamed field_284Lnet/minecraft/block/TransparentBlock;field_284:Z
-
-
Constructor Details
-
TransparentBlock
- Mappings:
Namespace Name Mixin selector official <init>Laod;<init>(Lazs;Z)Vintermediary <init>Lnet/minecraft/class_144;<init>(Lnet/minecraft/class_63;Z)Vnamed <init>Lnet/minecraft/block/TransparentBlock;<init>(Lnet/minecraft/block/Material;Z)V
-
TransparentBlock
- Mappings:
Namespace Name Mixin selector official <init>Laod;<init>(Lazs;ZLazt;)Vintermediary <init>Lnet/minecraft/class_144;<init>(Lnet/minecraft/class_63;ZLnet/minecraft/class_65;)Vnamed <init>Lnet/minecraft/block/TransparentBlock;<init>(Lnet/minecraft/block/Material;ZLnet/minecraft/block/MaterialColor;)V
-
-
Method Details
-
isFullBoundsCubeForCulling
- Overrides:
isFullBoundsCubeForCullingin classBlock- Mappings:
Namespace Name Mixin selector official bLalu;b(Latl;)Zintermediary method_11560Lnet/minecraft/class_197;method_11560(Lnet/minecraft/class_2232;)Znamed isFullBoundsCubeForCullingLnet/minecraft/block/Block;isFullBoundsCubeForCulling(Lnet/minecraft/block/BlockState;)Z
-
method_8654
@Environment(CLIENT) public boolean method_8654(BlockState state, BlockView view, BlockPos pos, Direction direction) - Overrides:
method_8654in classBlock- Mappings:
Namespace Name Mixin selector official aLalu;a(Latl;Lajw;Lco;Lcv;)Zintermediary method_8654Lnet/minecraft/class_197;method_8654(Lnet/minecraft/class_2232;Lnet/minecraft/class_1158;Lnet/minecraft/class_2552;Lnet/minecraft/class_1354;)Znamed method_8654Lnet/minecraft/block/Block;method_8654(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;)Z
-