|
EvenBetterArcheology unspecified
|


Public Member Functions | |
| FossilBase (Settings settings, String[] textureVariants, int blockItemIndex, Map< Direction, VoxelShape > SHAPE_DIRECTED, String translationSuffixKey, boolean isPart) | |
| FossilBase (Settings settings, String[] textureVariants, int blockItemIndex, Map< Direction, VoxelShape > SHAPE_DIRECTED, String translationSuffixKey) | |
| FossilBase (Settings settings, String[] textureVariants, int blockItemIndex, VoxelShape SHAPE, String translationSuffixKey) | |
| FossilBase (Settings settings, String[] textureVariants, int blockItemIndex, VoxelShape SHAPE, String translationSuffixKey, boolean isPart) | |
| void | onBreak (World world, BlockPos pos, BlockState state, PlayerEntity player) |
| VoxelShape | getOutlineShape (BlockState state, BlockView world, BlockPos pos, ShapeContext context) |
| BlockRenderType | getRenderType (BlockState state) |
| BlockState | getPlacementState (ItemPlacementContext ctx) |
| void | appendTooltip (ItemStack stack, @Nullable BlockView world, List< Text > tooltip, TooltipContext options) |
| BlockState | rotate (BlockState state, BlockRotation rotation) |
| BlockState | mirror (BlockState state, BlockMirror mirror) |
| ItemConvertible | generateData (DatagenModContainer container, String identifier) |
Protected Member Functions | |
| void | appendProperties (StateManager.Builder< Block, BlockState > builder) |
Protected Attributes | |
| final Map< Direction, VoxelShape > | SHAPE_DIRECTED |
| de.sakurajin.evenbetterarcheology.api.block.FossilBase.FossilBase | ( | Settings | settings, |
| String[] | textureVariants, | ||
| int | blockItemIndex, | ||
| Map< Direction, VoxelShape > | SHAPE_DIRECTED, | ||
| String | translationSuffixKey, | ||
| boolean | isPart | ||
| ) |
| de.sakurajin.evenbetterarcheology.api.block.FossilBase.FossilBase | ( | Settings | settings, |
| String[] | textureVariants, | ||
| int | blockItemIndex, | ||
| Map< Direction, VoxelShape > | SHAPE_DIRECTED, | ||
| String | translationSuffixKey | ||
| ) |
| de.sakurajin.evenbetterarcheology.api.block.FossilBase.FossilBase | ( | Settings | settings, |
| String[] | textureVariants, | ||
| int | blockItemIndex, | ||
| VoxelShape | SHAPE, | ||
| String | translationSuffixKey | ||
| ) |
| de.sakurajin.evenbetterarcheology.api.block.FossilBase.FossilBase | ( | Settings | settings, |
| String[] | textureVariants, | ||
| int | blockItemIndex, | ||
| VoxelShape | SHAPE, | ||
| String | translationSuffixKey, | ||
| boolean | isPart | ||
| ) |
|
protected |
| void de.sakurajin.evenbetterarcheology.api.block.FossilBase.appendTooltip | ( | ItemStack | stack, |
| @Nullable BlockView | world, | ||
| List< Text > | tooltip, | ||
| TooltipContext | options | ||
| ) |
| ItemConvertible de.sakurajin.evenbetterarcheology.api.block.FossilBase.generateData | ( | DatagenModContainer | container, |
| String | identifier | ||
| ) |
Reimplemented in de.sakurajin.evenbetterarcheology.api.block.FossilCraftable.
| VoxelShape de.sakurajin.evenbetterarcheology.api.block.FossilBase.getOutlineShape | ( | BlockState | state, |
| BlockView | world, | ||
| BlockPos | pos, | ||
| ShapeContext | context | ||
| ) |
Reimplemented in de.sakurajin.evenbetterarcheology.block.fossils.ChickenFossilFull.
| BlockState de.sakurajin.evenbetterarcheology.api.block.FossilBase.getPlacementState | ( | ItemPlacementContext | ctx | ) |
| BlockRenderType de.sakurajin.evenbetterarcheology.api.block.FossilBase.getRenderType | ( | BlockState | state | ) |
| BlockState de.sakurajin.evenbetterarcheology.api.block.FossilBase.mirror | ( | BlockState | state, |
| BlockMirror | mirror | ||
| ) |
| void de.sakurajin.evenbetterarcheology.api.block.FossilBase.onBreak | ( | World | world, |
| BlockPos | pos, | ||
| BlockState | state, | ||
| PlayerEntity | player | ||
| ) |
| BlockState de.sakurajin.evenbetterarcheology.api.block.FossilBase.rotate | ( | BlockState | state, |
| BlockRotation | rotation | ||
| ) |
|
protected |