public class RechiseledGlassPillarBlock extends RechiseledPillarBlock
com.supermartijn642.core.block.BaseBlock.InteractionFeedbacknet.minecraft.block.Block.RenderSideCacheKeynet.minecraft.block.AbstractBlock.AbstractBlockState, net.minecraft.block.AbstractBlock.IExtendedPositionPredicate<A>, net.minecraft.block.AbstractBlock.IPositionPredicate, net.minecraft.block.AbstractBlock.OffsetType, net.minecraft.block.AbstractBlock.PropertiesAXIS_PROPERTYconnectingBLOCK_STATE_REGISTRY, LOGGER, RANDOM, stateDefinition| Constructor and Description |
|---|
RechiseledGlassPillarBlock(boolean connecting,
com.supermartijn642.core.block.BlockProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
float |
getShadeBrightness(net.minecraft.block.BlockState state,
net.minecraft.world.IBlockReader level,
net.minecraft.util.math.BlockPos pos) |
net.minecraft.util.math.shapes.VoxelShape |
getVisualShape(net.minecraft.block.BlockState state,
net.minecraft.world.IBlockReader level,
net.minecraft.util.math.BlockPos pos,
net.minecraft.util.math.shapes.ISelectionContext context) |
boolean |
propagatesSkylightDown(net.minecraft.block.BlockState state,
net.minecraft.world.IBlockReader level,
net.minecraft.util.math.BlockPos pos) |
boolean |
skipRendering(net.minecraft.block.BlockState state,
net.minecraft.block.BlockState otherState,
net.minecraft.util.Direction side) |
createBlockStateDefinition, getStateForPlacement, rotateappendItemInformationappendHoverText, asItem, getDescriptionId, getDrops, getHarvestLevel, getHarvestTool, getPickBlock, interact, isToolEffective, setPlacedBy, useanimateTick, asBlock, box, byItem, canSupportCenter, canSupportRigidBlock, canSustainPlant, defaultBlockState, destroy, dropFromExplosion, dropResources, dropResources, dropResources, fallOn, fillItemCategory, getCloneItemStack, getDrops, getDrops, getExplosionResistance, getFriction, getId, getJumpFactor, getName, getSoundType, getSpeedFactor, getStateDefinition, getTags, handleRain, hasDynamicShape, is, is, isExceptionForConnection, isFaceFull, isPossibleToRespawnInThis, isRandomlyTicking, isShapeFullBlock, playerDestroy, playerWillDestroy, popExperience, popResource, pushEntitiesUp, registerDefaultState, shouldRenderFace, stateById, stepOn, toString, updateEntityAfterFallOn, updateFromNeighbourShapes, updateOrDestroy, updateOrDestroy, wasExplodedattack, canBeReplaced, canBeReplaced, canSurvive, defaultMaterialColor, entityInside, getAnalogOutputSignal, getBlockSupportShape, getCollisionShape, getDestroyProgress, getDirectSignal, getFluidState, getInteractionShape, getLightBlock, getLootTable, getMenuProvider, getOcclusionShape, getOffsetType, getPistonPushReaction, getRenderShape, getSeed, getShape, getSignal, hasAnalogOutputSignal, isAir, isEntityBlock, isPathfindable, isSignalSource, mirror, neighborChanged, onPlace, onProjectileHit, onRemove, randomTick, spawnAfterBreak, tick, triggerEvent, updateIndirectNeighbourShapes, updateShape, useShapeForLightOcclusiongetRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddDestroyEffects, addHitEffects, addLandingEffects, addRunningEffects, canBeReplacedByLeaves, canBeReplacedByLogs, canConnectRedstone, canCreatureSpawn, canDropFromExplosion, canEntityDestroy, canHarvestBlock, canStickTo, catchFire, collisionExtendsVertically, createTileEntity, getAiPathNodeType, getBeaconColorMultiplier, getBedDirection, getBedSpawnPosition, getBlock, getEnchantPowerBonus, getExpDrop, getExplosionResistance, getFireSpreadSpeed, getFlammability, getFogColor, getLightValue, getRespawnPosition, getSlipperiness, getSoundType, getStateAtViewpoint, getToolModifiedState, getWeakChanges, hasTileEntity, isAir, isBed, isBurning, isConduitFrame, isFertile, isFireSource, isFlammable, isLadder, isPortalFrame, isScaffolding, isSlimeBlock, isStickyBlock, makesOpenTrapdoorAboveClimbable, observedNeighborChange, onBlockExploded, onNeighborChange, onPlantGrow, removedByPlayer, rotate, setBedOccupied, shouldCheckWeakPower, shouldDisplayFluidOverlaypublic RechiseledGlassPillarBlock(boolean connecting,
com.supermartijn642.core.block.BlockProperties properties)
public boolean skipRendering(net.minecraft.block.BlockState state,
net.minecraft.block.BlockState otherState,
net.minecraft.util.Direction side)
skipRendering in class net.minecraft.block.AbstractBlockpublic net.minecraft.util.math.shapes.VoxelShape getVisualShape(net.minecraft.block.BlockState state,
net.minecraft.world.IBlockReader level,
net.minecraft.util.math.BlockPos pos,
net.minecraft.util.math.shapes.ISelectionContext context)
getVisualShape in class net.minecraft.block.AbstractBlockpublic float getShadeBrightness(net.minecraft.block.BlockState state,
net.minecraft.world.IBlockReader level,
net.minecraft.util.math.BlockPos pos)
getShadeBrightness in class net.minecraft.block.AbstractBlockpublic boolean propagatesSkylightDown(net.minecraft.block.BlockState state,
net.minecraft.world.IBlockReader level,
net.minecraft.util.math.BlockPos pos)
propagatesSkylightDown in class net.minecraft.block.Block