Package codechicken.lib.block.component
Class StateAwareComponent
java.lang.Object
codechicken.lib.block.ModularBlock.Component
codechicken.lib.block.component.StateAwareComponent
- Direct Known Subclasses:
PropertyComponent
Created by covers1624 on 22/7/22.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable net.minecraft.world.level.block.state.BlockStategetStateForPlacement(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.item.context.BlockPlaceContext ctx) net.minecraft.world.level.block.state.BlockStaterotate(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.Rotation rotation) Methods inherited from class codechicken.lib.block.ModularBlock.Component
getBlock
-
Constructor Details
-
StateAwareComponent
public StateAwareComponent()
-
-
Method Details
-
getStateForPlacement
@Nullable public @Nullable net.minecraft.world.level.block.state.BlockState getStateForPlacement(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.item.context.BlockPlaceContext ctx) -
rotate
public net.minecraft.world.level.block.state.BlockState rotate(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.Rotation rotation)
-