Uses of Class
net.minecraft.world.gen.trunk.TrunkPlacerType
| Package | Description |
|---|---|
| net.minecraft.util.registry | |
| net.minecraft.world.gen.trunk |
-
Uses of TrunkPlacerType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type TrunkPlacerType Modifier and Type Field Description static Registry<TrunkPlacerType<?>>Registry. TRUNK_PLACER_TYPEstatic RegistryKey<Registry<TrunkPlacerType<?>>>Registry. TRUNK_PLACER_TYPE_KEY -
Uses of TrunkPlacerType in net.minecraft.world.gen.trunk
Fields in net.minecraft.world.gen.trunk declared as TrunkPlacerType Modifier and Type Field Description static TrunkPlacerType<BendingTrunkPlacer>TrunkPlacerType. BENDING_TRUNK_PLACERstatic TrunkPlacerType<DarkOakTrunkPlacer>TrunkPlacerType. DARK_OAK_TRUNK_PLACERstatic TrunkPlacerType<LargeOakTrunkPlacer>TrunkPlacerType. FANCY_TRUNK_PLACERstatic TrunkPlacerType<ForkingTrunkPlacer>TrunkPlacerType. FORKING_TRUNK_PLACERstatic TrunkPlacerType<GiantTrunkPlacer>TrunkPlacerType. GIANT_TRUNK_PLACERstatic TrunkPlacerType<MegaJungleTrunkPlacer>TrunkPlacerType. MEGA_JUNGLE_TRUNK_PLACERstatic TrunkPlacerType<StraightTrunkPlacer>TrunkPlacerType. STRAIGHT_TRUNK_PLACERMethods in net.minecraft.world.gen.trunk that return TrunkPlacerType Modifier and Type Method Description protected TrunkPlacerType<?>BendingTrunkPlacer. getType()protected TrunkPlacerType<?>DarkOakTrunkPlacer. getType()protected TrunkPlacerType<?>ForkingTrunkPlacer. getType()protected TrunkPlacerType<?>GiantTrunkPlacer. getType()protected TrunkPlacerType<?>LargeOakTrunkPlacer. getType()protected TrunkPlacerType<?>MegaJungleTrunkPlacer. getType()protected TrunkPlacerType<?>StraightTrunkPlacer. getType()protected abstract TrunkPlacerType<?>TrunkPlacer. getType()private static <P extends TrunkPlacer>
TrunkPlacerType<P>TrunkPlacerType. register(String id, com.mojang.serialization.Codec<P> codec)