Uses of Class
net.minecraft.block.AbstractBlock.Properties
-
Packages that use AbstractBlock.Properties Package Description net.minecraft.block net.minecraftforge.debug.block net.minecraftforge.debug.fluid net.minecraftforge.debug.world net.minecraftforge.registries -
-
Uses of AbstractBlock.Properties in net.minecraft.block
Fields in net.minecraft.block declared as AbstractBlock.Properties Modifier and Type Field Description protected AbstractBlock.Properties
AbstractBlock. properties
Methods in net.minecraft.block that return AbstractBlock.Properties Modifier and Type Method Description AbstractBlock.Properties
AbstractBlock.Properties. air()
static AbstractBlock.Properties
AbstractBlock.Properties. copy(AbstractBlock p_200950_0_)
AbstractBlock.Properties
AbstractBlock.Properties. dropsLike(Block p_222379_1_)
Deprecated.AbstractBlock.Properties
AbstractBlock.Properties. dynamicShape()
AbstractBlock.Properties
AbstractBlock.Properties. emissiveRendering(AbstractBlock.IPositionPredicate p_235856_1_)
AbstractBlock.Properties
AbstractBlock.Properties. friction(float p_200941_1_)
AbstractBlock.Properties
AbstractBlock.Properties. harvestLevel(int harvestLevel)
AbstractBlock.Properties
AbstractBlock.Properties. harvestTool(ToolType harvestTool)
AbstractBlock.Properties
AbstractBlock.Properties. hasPostProcess(AbstractBlock.IPositionPredicate p_235852_1_)
AbstractBlock.Properties
AbstractBlock.Properties. instabreak()
AbstractBlock.Properties
AbstractBlock.Properties. isRedstoneConductor(AbstractBlock.IPositionPredicate p_235828_1_)
AbstractBlock.Properties
AbstractBlock.Properties. isSuffocating(AbstractBlock.IPositionPredicate p_235842_1_)
AbstractBlock.Properties
AbstractBlock.Properties. isValidSpawn(AbstractBlock.IExtendedPositionPredicate<EntityType<?>> p_235827_1_)
AbstractBlock.Properties
AbstractBlock.Properties. isViewBlocking(AbstractBlock.IPositionPredicate p_235847_1_)
AbstractBlock.Properties
AbstractBlock.Properties. jumpFactor(float p_226898_1_)
AbstractBlock.Properties
AbstractBlock.Properties. lightLevel(java.util.function.ToIntFunction<BlockState> p_235838_1_)
AbstractBlock.Properties
AbstractBlock.Properties. lootFrom(java.util.function.Supplier<? extends Block> blockIn)
AbstractBlock.Properties
AbstractBlock.Properties. noCollission()
AbstractBlock.Properties
AbstractBlock.Properties. noDrops()
AbstractBlock.Properties
AbstractBlock.Properties. noOcclusion()
static AbstractBlock.Properties
AbstractBlock.Properties. of(Material p_200945_0_)
static AbstractBlock.Properties
AbstractBlock.Properties. of(Material p_235836_0_, java.util.function.Function<BlockState,MaterialColor> p_235836_1_)
static AbstractBlock.Properties
AbstractBlock.Properties. of(Material p_200949_0_, MaterialColor p_200949_1_)
static AbstractBlock.Properties
AbstractBlock.Properties. of(Material p_200952_0_, DyeColor p_200952_1_)
AbstractBlock.Properties
AbstractBlock.Properties. randomTicks()
AbstractBlock.Properties
AbstractBlock.Properties. requiresCorrectToolForDrops()
AbstractBlock.Properties
AbstractBlock.Properties. sound(SoundType p_200947_1_)
AbstractBlock.Properties
AbstractBlock.Properties. speedFactor(float p_226897_1_)
AbstractBlock.Properties
AbstractBlock.Properties. strength(float p_200943_1_)
AbstractBlock.Properties
AbstractBlock.Properties. strength(float p_200948_1_, float p_200948_2_)
Methods in net.minecraft.block with parameters of type AbstractBlock.Properties Modifier and Type Method Description private static ShulkerBoxBlock
Blocks. shulkerBox(DyeColor p_235423_0_, AbstractBlock.Properties p_235423_1_)
-
Uses of AbstractBlock.Properties in net.minecraftforge.debug.block
Constructors in net.minecraftforge.debug.block with parameters of type AbstractBlock.Properties Constructor Description CustomRespawnBlock(AbstractBlock.Properties propertiesIn)
CustomStandingSignBlock(AbstractBlock.Properties propertiesIn, WoodType woodTypeIn)
CustomWallSignBlock(AbstractBlock.Properties propertiesIn, WoodType woodTypeIn)
ScaffoldingMethodTestBlock(AbstractBlock.Properties properties)
-
Uses of AbstractBlock.Properties in net.minecraftforge.debug.fluid
Constructors in net.minecraftforge.debug.fluid with parameters of type AbstractBlock.Properties Constructor Description FluidloggableBlock(AbstractBlock.Properties properties)
-
Uses of AbstractBlock.Properties in net.minecraftforge.debug.world
Constructors in net.minecraftforge.debug.world with parameters of type AbstractBlock.Properties Constructor Description ChunkLoaderBlock(AbstractBlock.Properties properties)
-
Uses of AbstractBlock.Properties in net.minecraftforge.registries
Constructors in net.minecraftforge.registries with parameters of type AbstractBlock.Properties Constructor Description BlockDummyAir(AbstractBlock.Properties properties)
-