Class TILBlockEntityProvider1_12_2
java.lang.Object
net.minecraftforge.registries.IForgeRegistryEntry.Impl<net.minecraft.block.Block>
net.minecraft.block.Block
mods.thecomputerizer.theimpossiblelibrary.legacy.v12.m2.registry.block.TILBasicBlock1_12_2
mods.thecomputerizer.theimpossiblelibrary.legacy.v12.m2.registry.block.TILBlockEntityProvider1_12_2
- All Implemented Interfaces:
net.minecraft.block.ITileEntityProvider,net.minecraftforge.registries.IForgeRegistryEntry<net.minecraft.block.Block>
@ParametersAreNonnullByDefault
public class TILBlockEntityProvider1_12_2
extends TILBasicBlock1_12_2
implements net.minecraft.block.ITileEntityProvider
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.block.Block
net.minecraft.block.Block.EnumOffsetTypeNested classes/interfaces inherited from interface net.minecraftforge.registries.IForgeRegistryEntry
net.minecraftforge.registries.IForgeRegistryEntry.Impl<T extends net.minecraftforge.registries.IForgeRegistryEntry<T>> -
Field Summary
Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.legacy.v12.m2.registry.block.TILBasicBlock1_12_2
iProperties, propertiesFields inherited from class net.minecraft.block.Block
BLOCK_STATE_IDS, blockHardness, blockMapColor, blockParticleGravity, blockResistance, blockSoundType, blockState, capturedDrops, captureDrops, enableStats, FULL_BLOCK_AABB, fullBlock, harvesters, hasTileEntity, lightOpacity, lightValue, material, needsRandomTick, NULL_AABB, RANDOM, REGISTRY, slipperiness, translucent, useNeighborBrightnessFields inherited from class net.minecraftforge.registries.IForgeRegistryEntry.Impl
delegate -
Constructor Summary
ConstructorsConstructorDescriptionTILBlockEntityProvider1_12_2(mods.thecomputerizer.theimpossiblelibrary.api.registry.block.BlockProperties properties) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.tileentity.TileEntitycreateNewTileEntity(net.minecraft.world.World world, int meta) Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.legacy.v12.m2.registry.block.TILBasicBlock1_12_2
createBlockState, getMetaFromState, getRenderType, getStateFromMeta, onBlockActivatedMethods inherited from class net.minecraft.block.Block
addCollisionBoxToList, addCollisionBoxToList, addDestroyEffects, addHitEffects, addInformation, addLandingEffects, addRunningEffects, beginLeavesDecay, breakBlock, canBeConnectedTo, canBeReplacedByLeaves, canCollideCheck, canConnectRedstone, canCreatureSpawn, canDropFromExplosion, canEntityDestroy, canEntitySpawn, canHarvestBlock, canPlaceBlockAt, canPlaceBlockOnSide, canPlaceTorchOnTop, canProvidePower, canRenderInLayer, canSilkHarvest, canSilkHarvest, canSpawnInBlock, canSustainLeaves, canSustainPlant, captureDrops, causesSuffocation, collisionRayTrace, createTileEntity, damageDropped, disableStats, doesSideBlockChestOpening, doesSideBlockRendering, dropBlockAsItem, dropBlockAsItemWithChance, dropXpOnBlockBreak, eventReceived, fillWithRain, getActualState, getAiPathNodeType, getAiPathNodeType, getAmbientOcclusionLightValue, getBeaconColorMultiplier, getBedDirection, getBedSpawnPosition, getBlockById, getBlockFaceShape, getBlockFromItem, getBlockFromName, getBlockHardness, getBlockLiquidHeight, getBlockState, getBoundingBox, getCollisionBoundingBox, getComparatorInputOverride, getCreativeTab, getDefaultState, getDrops, getDrops, getEnableStats, getEnchantPowerBonus, getExpDrop, getExplosionResistance, getExplosionResistance, getExtendedState, getFireSpreadSpeed, getFlammability, getFogColor, getHarvestLevel, getHarvestTool, getIdFromBlock, getItem, getItemDropped, getLightOpacity, getLightOpacity, getLightValue, getLightValue, getLocalizedName, getMapColor, getMaterial, getOffset, getOffsetType, getPackedLightmapCoords, getPickBlock, getPlayerRelativeBlockHardness, getPushReaction, getRenderLayer, getSelectedBoundingBox, getSilkTouchDrop, getSlipperiness, getSoundType, getSoundType, getStateAtViewpoint, getStateById, getStateForPlacement, getStateForPlacement, getStateId, getStrongPower, getSubBlocks, getTickRandomly, getTranslationKey, getUseNeighborBrightness, getValidRotations, getWeakChanges, getWeakPower, harvestBlock, hasComparatorInputOverride, hasCustomBreakingProgress, hasTileEntity, hasTileEntity, isAABBInsideLiquid, isAABBInsideMaterial, isAir, isAssociatedBlock, isBeaconBase, isBed, isBedFoot, isBlockNormalCube, isBurning, isCollidable, isEntityInsideMaterial, isEqualTo, isExceptBlockForAttachWithPiston, isExceptionBlockForAttaching, isFertile, isFireSource, isFlammable, isFoliage, isFullBlock, isFullCube, isLadder, isLeaves, isNormalCube, isNormalCube, isOpaqueCube, isPassable, isReplaceable, isReplaceableOreGen, isSideSolid, isStickyBlock, isToolEffective, isTopSolid, isTranslucent, isWood, modifyAcceleration, neighborChanged, observedNeighborChange, onBlockAdded, onBlockClicked, onBlockExploded, onBlockHarvested, onBlockPlacedBy, onEntityCollision, onEntityWalk, onExplosionDestroy, onFallenUpon, onLanded, onNeighborChange, onPlantGrow, onPlayerDestroy, quantityDropped, quantityDropped, quantityDroppedWithBonus, randomDisplayTick, randomTick, rayTrace, recolorBlock, registerBlocks, removedByPlayer, requiresUpdates, rotateBlock, setBedOccupied, setBlockUnbreakable, setCreativeTab, setDefaultSlipperiness, setDefaultState, setHardness, setHarvestLevel, setHarvestLevel, setLightLevel, setLightOpacity, setResistance, setSoundType, setTickRandomly, setTranslationKey, shouldCheckWeakPower, shouldSideBeRendered, spawnAsEntity, tickRate, toString, updateTick, withMirror, withRotationMethods inherited from class net.minecraftforge.registries.IForgeRegistryEntry.Impl
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
-
Constructor Details
-
TILBlockEntityProvider1_12_2
public TILBlockEntityProvider1_12_2(mods.thecomputerizer.theimpossiblelibrary.api.registry.block.BlockProperties properties)
-
-
Method Details
-
createNewTileEntity
@Nullable public net.minecraft.tileentity.TileEntity createNewTileEntity(net.minecraft.world.World world, int meta) - Specified by:
createNewTileEntityin interfacenet.minecraft.block.ITileEntityProvider
-