Package dev.jaxydog.astral.content.block
Class AstralSlabBlock
java.lang.Object
net.minecraft.block.AbstractBlock
net.minecraft.block.Block
net.minecraft.block.SlabBlock
dev.jaxydog.astral.content.block.AstralSlabBlock
- All Implemented Interfaces:
BlockConvertible,Custom,Registered,Registered.Common,net.fabricmc.fabric.api.block.v1.FabricBlock,net.minecraft.block.FluidDrainable,net.minecraft.block.FluidFillable,net.minecraft.block.Waterloggable,net.minecraft.item.ItemConvertible,net.minecraft.resource.featuretoggle.ToggleableFeature
- Direct Known Subclasses:
LogSlabBlock
An extension of an
SlabBlock that provides commonly used functionality.
This is one of the various instances of already-provided wrapper classes for commonly used types.
In future code, you should prefer to extend this class over SlabBlock if at all possible.
This type is automatically registered.
- Since:
- 2.2.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.block.Block
net.minecraft.block.Block.NeighborGroupNested classes/interfaces inherited from class net.minecraft.block.AbstractBlock
net.minecraft.block.AbstractBlock.AbstractBlockState, net.minecraft.block.AbstractBlock.ContextPredicate, net.minecraft.block.AbstractBlock.Offsetter, net.minecraft.block.AbstractBlock.OffsetType, net.minecraft.block.AbstractBlock.Settings, net.minecraft.block.AbstractBlock.TypedContextPredicate<A>Nested classes/interfaces inherited from interface dev.jaxydog.astral.register.Registered
Registered.All, Registered.Client, Registered.Common, Registered.Generated, Registered.Server -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final net.minecraft.data.client.ModelThe base directional slab model.protected static final net.minecraft.data.client.ModelThe base directional slab model.protected static final net.minecraft.data.client.TextureKeyThe texture key for side 0.protected static final net.minecraft.data.client.TextureKeyThe texture key for side 1.protected static final net.minecraft.data.client.ModelThe base directional slab model.protected static final net.minecraft.data.client.ModelThe base directional slab model.Fields inherited from class net.minecraft.block.SlabBlock
BOTTOM_SHAPE, TOP_SHAPE, TYPE, WATERLOGGEDFields inherited from class net.minecraft.block.Block
field_31022, field_31023, field_31024, field_31025, field_31035, FORCE_STATE, MOVED, NO_REDRAW, NOTIFY_ALL, NOTIFY_LISTENERS, NOTIFY_NEIGHBORS, REDRAW_ON_MAIN_THREAD, SKIP_DROPS, STATE_IDS, stateManagerFields inherited from class net.minecraft.block.AbstractBlock
collidable, DIRECTIONS, dynamicBounds, jumpVelocityMultiplier, lootTableId, randomTicks, requiredFeatures, resistance, settings, slipperiness, soundGroup, velocityMultiplierFields inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeature
FEATURE_ENABLED_REGISTRY_KEYS -
Constructor Summary
ConstructorsConstructorDescriptionAstralSlabBlock(String path, net.minecraft.block.AbstractBlock.Settings settings) Creates a new slab block using given settings. -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.block.BlockasBlock()Returns this value's block representation.Returns this value's associated registry identifier path.booleanhasSidedTransparency(net.minecraft.block.BlockState state) Methods inherited from class net.minecraft.block.SlabBlock
appendProperties, canFillWithFluid, canPathfindThrough, canReplace, getFluidState, getOutlineShape, getPlacementState, getStateForNeighborUpdate, tryFillWithFluidMethods inherited from class net.minecraft.block.Block
afterBreak, appendTooltip, asItem, canMobSpawnInside, cannotConnect, createCuboidShape, dropExperience, dropExperienceWhenMined, dropStack, dropStack, dropStacks, dropStacks, dropStacks, getBlastResistance, getBlockFromItem, getDefaultState, getDroppedStacks, getDroppedStacks, getJumpVelocityMultiplier, getName, getPickStack, getRawIdFromState, getRegistryEntry, getShapesForStates, getSlipperiness, getSoundGroup, getStateFromRawId, getStateManager, getStateWithProperties, getTranslationKey, getVelocityMultiplier, hasDynamicBounds, hasRandomTicks, hasTopRim, isFaceFullSquare, isShapeFullCube, isTransparent, onBreak, onBroken, onDestroyedByExplosion, onEntityLand, onLandedUpon, onPlaced, onSteppedOn, postProcessState, precipitationTick, pushEntitiesUpBeforeBlockChange, randomDisplayTick, replace, replace, setDefaultState, shouldDrawSide, shouldDropItemsOnExplosion, sideCoversSmallSquare, spawnBreakParticles, toStringMethods inherited from class net.minecraft.block.AbstractBlock
calcBlockBreakingDelta, canBucketPlace, canPlaceAt, createScreenHandlerFactory, emitsRedstonePower, getAmbientOcclusionLightLevel, getCameraCollisionShape, getCollisionShape, getComparatorOutput, getCullingShape, getDefaultMapColor, getDroppedStacks, getHardness, getLootTableId, getMaxHorizontalModelOffset, getOpacity, getRaycastShape, getRenderingSeed, getRenderType, getRequiredFeatures, getSidesShape, getStrongRedstonePower, getVerticalModelOffsetMultiplier, getWeakRedstonePower, hasComparatorOutput, isCullingShapeFullCube, isShapeFullCube, isSideInvisible, mirror, neighborUpdate, onBlockAdded, onBlockBreakStart, onEntityCollision, onProjectileHit, onStacksDropped, onStateReplaced, onSyncedBlockEvent, onUse, prepare, randomTick, rotate, scheduledTickMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface dev.jaxydog.astral.content.block.Custom
registerCommonMethods inherited from interface net.fabricmc.fabric.api.block.v1.FabricBlock
getAppearanceMethods inherited from interface dev.jaxydog.astral.register.Registered
getRegistryIdMethods inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeature
isEnabledMethods inherited from interface net.minecraft.block.Waterloggable
getBucketFillSound, tryDrainFluid
-
Field Details
-
SIDE_0
protected static final net.minecraft.data.client.TextureKey SIDE_0The texture key for side 0.- Since:
- 2.2.0
-
SIDE_1
protected static final net.minecraft.data.client.TextureKey SIDE_1The texture key for side 1.- Since:
- 2.2.0
-
VERTICAL_MODEL
protected static final net.minecraft.data.client.Model VERTICAL_MODELThe base directional slab model.- Since:
- 2.2.0
-
VERTICAL_MODEL_TOP
protected static final net.minecraft.data.client.Model VERTICAL_MODEL_TOPThe base directional slab model.- Since:
- 2.2.0
-
HORIZONTAL_MODEL
protected static final net.minecraft.data.client.Model HORIZONTAL_MODELThe base directional slab model.- Since:
- 2.2.0
-
HORIZONTAL_MODEL_TOP
protected static final net.minecraft.data.client.Model HORIZONTAL_MODEL_TOPThe base directional slab model.- Since:
- 2.2.0
-
-
Constructor Details
-
AstralSlabBlock
Creates a new slab block using given settings.- Parameters:
path- The slab block's identifier path.settings- the slab block's settings.- Since:
- 2.2.0
-
-
Method Details
-
asBlock
public net.minecraft.block.Block asBlock()Description copied from interface:BlockConvertibleReturns this value's block representation.- Specified by:
asBlockin interfaceBlockConvertible- Overrides:
asBlockin classnet.minecraft.block.Block- Returns:
- This value as a block.
-
getRegistryPath
Description copied from interface:RegisteredReturns this value's associated registry identifier path.This is by default used to determine the
Identifierprovided byRegistered.getRegistryId(). For example, returning"my_item"will cause the associated identifier to beastral:my_item.- Specified by:
getRegistryPathin interfaceRegistered- Returns:
- An identifier path.
-
hasSidedTransparency
public boolean hasSidedTransparency(net.minecraft.block.BlockState state) - Overrides:
hasSidedTransparencyin classnet.minecraft.block.SlabBlock
-