Package net.minecraft.block
Class DoubleBlockProperties
java.lang.Object
net.minecraft.block.DoubleBlockProperties
- Mappings:
 Namespace Name named net/minecraft/block/DoubleBlockPropertiesintermediary net/minecraft/class_4732official dsh
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic enum - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic <S extends BlockEntity>
DoubleBlockProperties.PropertySource<S> toPropertySource(BlockEntityType<S> blockEntityType, Function<BlockState, DoubleBlockProperties.Type> typeMapper, Function<BlockState, Direction> directionMapper, Property<Direction> facingProperty, BlockState state, WorldAccess world, BlockPos pos, BiPredicate<WorldAccess, BlockPos> fallbackTester)  
- 
Constructor Details
- 
DoubleBlockProperties
public DoubleBlockProperties() 
 - 
 - 
Method Details
- 
toPropertySource
public static <S extends BlockEntity> DoubleBlockProperties.PropertySource<S> toPropertySource(BlockEntityType<S> blockEntityType, Function<BlockState, DoubleBlockProperties.Type> typeMapper, Function<BlockState, Direction> directionMapper, Property<Direction> facingProperty, BlockState state, WorldAccess world, BlockPos pos, BiPredicate<WorldAccess, BlockPos> fallbackTester) - Mappings:
 Namespace Name Mixin selector named toPropertySourceLnet/minecraft/block/DoubleBlockProperties;toPropertySource(Lnet/minecraft/block/entity/BlockEntityType;Ljava/util/function/Function;Ljava/util/function/Function;Lnet/minecraft/state/property/Property;Lnet/minecraft/block/BlockState;Lnet/minecraft/world/WorldAccess;Lnet/minecraft/util/math/BlockPos;Ljava/util/function/BiPredicate;)Lnet/minecraft/block/DoubleBlockProperties$PropertySource;intermediary method_24173Lnet/minecraft/class_4732;method_24173(Lnet/minecraft/class_2591;Ljava/util/function/Function;Ljava/util/function/Function;Lnet/minecraft/class_2769;Lnet/minecraft/class_2680;Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;Ljava/util/function/BiPredicate;)Lnet/minecraft/class_4732$class_4734;official aLdsh;a(Lebb;Ljava/util/function/Function;Ljava/util/function/Function;Lefe;Leeb;Ldmv;Ljb;Ljava/util/function/BiPredicate;)Ldsh$c;
 
 -