Package net.minecraft.block
Class StoneSlabBlock
java.lang.Object
net.minecraft.block.Block
net.minecraft.block.SlabBlock
net.minecraft.block.StoneSlabBlock
- Mappings:
Namespace Name official amjintermediary net/minecraft/class_191named net/minecraft/block/StoneSlabBlock
-
Field Summary
FieldsFields inherited from class net.minecraft.block.Block
blastResistance, blockEntity, boundingBoxMaxX, boundingBoxMaxY, boundingBoxMaxZ, boundingBoxMinX, boundingBoxMinY, boundingBoxMinZ, field_469, field_483, field_484, field_486, field_487, field_6259, field_7261, field_7262, field_7263, field_7264, field_7265, field_7266, field_7267, field_7268, fullBlock, hardness, lightLevel, material, opacity, particleGravity, randomTicks, REGISTRY, side, slipperiness, soundGroup, stats, transluscent, useNeighbourLight -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendItemStacks(Item item, ItemGroup group, List stacks) Appends ItemStacks to an itemgroup.getTexture(int side, int blockData) method_323(int int2) method_398(int int2, Random random, int int3) protected ItemStackmethod_448(int int2) voidregisterTextures(TextureRegistry registry) Methods inherited from class net.minecraft.block.SlabBlock
getDropCount, hasTransperancy, method_407, method_413, method_4185, method_425, method_431, method_463, renderAsNormalBlock, setBlockItemBounds, shouldRenderSideMethods inherited from class net.minecraft.block.Block
areBlocksEqual, breakNaturally, canPlaceBlockAt, canStayPlaced, canStayPlaced, disableStats, emitsRedstonePower, get, getAmbientOcclusionLightLevel, getBlastResistance, getBlockFromItem, getBlockType, getBonusDrops, getById, getCollisionBox, getColor, getHardness, getIdByBlock, getItemGroup, getLightLevel, getMaterial, getMaxX, getMaxY, getMaxZ, getMinX, getMinY, getMinZ, getOpacity, getPistonInteractionType, getSideTexture, getStrongRedstonePower, getTextureName, getTickRate, getTranslatedName, getTranslationKey, getWeakRedstonePower, hasBlockEntity, hasCollision, hasComparatorOutput, hasStats, isEqualTo, isFire, isFlowerPot, isFullBlock, isFullCube, isNormalBlock, isTransluscent, method_400, method_405, method_410, method_411, method_412, method_414, method_415, method_417, method_418, method_4186, method_420, method_422, method_424, method_428, method_435, method_437, method_438, method_446, method_452, method_454, method_455, method_457, method_459, method_461, method_464, method_468, method_479, method_4790, method_4793, method_4794, method_4798, method_5546, method_6444, method_6449, onActivated, onBreak, onDestroyed, onEntityCollision, onNeighborUpdate, onTick, requiresSilkTouch, setBlockSoundGroup, setBoundingBox, setItemGroup, setLightLevel, setOpacity, setResistance, setStrength, setTickRandomly, setTranslationKey, setUnbreakable, setup, shouldDropItemsOnExplosion, ticksRandomly, usesNeighbourLight
-
Field Details
-
field_330
- Mappings:
Namespace Name Mixin selector official bLamj;b:[Ljava/lang/String;intermediary field_330Lnet/minecraft/class_191;field_330:[Ljava/lang/String;named field_330Lnet/minecraft/block/StoneSlabBlock;field_330:[Ljava/lang/String;
-
field_5603
- Mappings:
Namespace Name Mixin selector official MLamj;M:Lpr;intermediary field_5603Lnet/minecraft/class_191;field_5603:Lnet/minecraft/class_1557;named field_5603Lnet/minecraft/block/StoneSlabBlock;field_5603:Lnet/minecraft/client/Texture;
-
-
Constructor Details
-
StoneSlabBlock
public StoneSlabBlock(boolean bool)
-
-
Method Details
-
getTexture
- Overrides:
getTexturein classBlock- Mappings:
Namespace Name Mixin selector official aLaht;a(II)Lpr;intermediary method_395Lnet/minecraft/class_197;method_395(II)Lnet/minecraft/class_1557;named getTextureLnet/minecraft/block/Block;getTexture(II)Lnet/minecraft/client/Texture;
-
registerTextures
- Overrides:
registerTexturesin classBlock- Mappings:
Namespace Name Mixin selector official aLaht;a(Lps;)Vintermediary method_4791Lnet/minecraft/class_197;method_4791(Lnet/minecraft/class_1558;)Vnamed registerTexturesLnet/minecraft/block/Block;registerTextures(Lnet/minecraft/client/TextureRegistry;)V
-
method_398
- Overrides:
method_398in classBlock- Mappings:
Namespace Name Mixin selector official aLaht;a(ILjava/util/Random;I)Labm;intermediary method_398Lnet/minecraft/class_197;method_398(ILjava/util/Random;I)Lnet/minecraft/class_1069;named method_398Lnet/minecraft/block/Block;method_398(ILjava/util/Random;I)Lnet/minecraft/item/Item;
-
method_448
- Overrides:
method_448in classBlock- Mappings:
Namespace Name Mixin selector official jLaht;j(I)Labo;intermediary method_448Lnet/minecraft/class_197;method_448(I)Lnet/minecraft/class_1071;named method_448Lnet/minecraft/block/Block;method_448(I)Lnet/minecraft/item/ItemStack;
-
method_323
- Specified by:
method_323in classSlabBlock- Mappings:
Namespace Name Mixin selector official bLaju;b(I)Ljava/lang/String;intermediary method_323Lnet/minecraft/class_143;method_323(I)Ljava/lang/String;named method_323Lnet/minecraft/block/SlabBlock;method_323(I)Ljava/lang/String;
-
appendItemStacks
Appends ItemStacks to an itemgroup. Only called on the client.- Overrides:
appendItemStacksin classBlock- Parameters:
item- The Item that must be addedgroup- The ItemGroup that the item must be added tostacks- The list of currently added ItemStacks to the ItemGroup- Mappings:
Namespace Name Mixin selector official aLaht;a(Labm;Laae;Ljava/util/List;)Vintermediary method_399Lnet/minecraft/class_197;method_399(Lnet/minecraft/class_1069;Lnet/minecraft/class_1041;Ljava/util/List;)Vnamed appendItemStacksLnet/minecraft/block/Block;appendItemStacks(Lnet/minecraft/item/Item;Lnet/minecraft/item/itemgroup/ItemGroup;Ljava/util/List;)V
-