Package com.petrolpark.core.registrate
Record Class WoodSetEntry
java.lang.Object
java.lang.Record
com.petrolpark.core.registrate.WoodSetEntry
- All Implemented Interfaces:
CustomTab.ITabEntry
public record WoodSetEntry(net.minecraft.world.level.block.state.properties.WoodType woodType, net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> logsBlockTag, net.minecraft.tags.TagKey<net.minecraft.world.item.Item> logsItemTag, net.minecraft.world.level.material.MapColor planksMapColor, net.minecraft.world.level.material.MapColor logMapColor, net.minecraft.world.level.block.grower.TreeGrower treeGrower, net.minecraft.world.entity.vehicle.Boat.Type boatType, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.Block> planks, com.tterrag.registrate.util.entry.BlockEntry<LogBlock> log, com.tterrag.registrate.util.entry.BlockEntry<LogBlock> wood, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.RotatedPillarBlock> strippedLog, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.RotatedPillarBlock> strippedWood, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.SaplingBlock> sapling, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.FlowerPotBlock> pottedSapling, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.LeavesBlock> leaves, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.SlabBlock> slab, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.StairBlock> stairs, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.FenceBlock> fence, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.FenceGateBlock> fenceGate, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.PressurePlateBlock> pressurePlate, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.ButtonBlock> button, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.DoorBlock> door, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.TrapDoorBlock> trapdoor, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.StandingSignBlock> standingSign, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.WallSignBlock> wallSign, com.tterrag.registrate.util.entry.ItemEntry<net.minecraft.world.item.SignItem> signItem, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.CeilingHangingSignBlock> ceilingHangingSign, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.WallHangingSignBlock> wallHangingSign, com.tterrag.registrate.util.entry.ItemEntry<net.minecraft.world.item.HangingSignItem> hangingSignItem, com.tterrag.registrate.util.entry.ItemEntry<net.minecraft.world.item.BoatItem> boat, com.tterrag.registrate.util.entry.ItemEntry<net.minecraft.world.item.BoatItem> chestBoat, List<com.tterrag.registrate.util.entry.ItemProviderEntry<?,?>> additionalEntries)
extends Record
implements CustomTab.ITabEntry
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classWoodSetEntry.Builder<REGISTRATE extends com.tterrag.registrate.AbstractRegistrate<?>>Nested classes/interfaces inherited from interface com.petrolpark.client.creativemodetab.CustomTab.ITabEntry
CustomTab.ITabEntry.SingleItem, CustomTab.ITabEntry.Subheading -
Field Summary
Fields inherited from interface com.petrolpark.client.creativemodetab.CustomTab.ITabEntry
EMPTY, LINE_BREAK -
Constructor Summary
ConstructorsConstructorDescriptionWoodSetEntry(net.minecraft.world.level.block.state.properties.WoodType woodType, net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> logsBlockTag, net.minecraft.tags.TagKey<net.minecraft.world.item.Item> logsItemTag, net.minecraft.world.level.material.MapColor planksMapColor, net.minecraft.world.level.material.MapColor logMapColor, net.minecraft.world.level.block.grower.TreeGrower treeGrower, net.minecraft.world.entity.vehicle.Boat.Type boatType, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.Block> planks, com.tterrag.registrate.util.entry.BlockEntry<LogBlock> log, com.tterrag.registrate.util.entry.BlockEntry<LogBlock> wood, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.RotatedPillarBlock> strippedLog, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.RotatedPillarBlock> strippedWood, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.SaplingBlock> sapling, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.FlowerPotBlock> pottedSapling, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.LeavesBlock> leaves, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.SlabBlock> slab, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.StairBlock> stairs, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.FenceBlock> fence, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.FenceGateBlock> fenceGate, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.PressurePlateBlock> pressurePlate, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.ButtonBlock> button, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.DoorBlock> door, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.TrapDoorBlock> trapdoor, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.StandingSignBlock> standingSign, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.WallSignBlock> wallSign, com.tterrag.registrate.util.entry.ItemEntry<net.minecraft.world.item.SignItem> signItem, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.CeilingHangingSignBlock> ceilingHangingSign, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.WallHangingSignBlock> wallHangingSign, com.tterrag.registrate.util.entry.ItemEntry<net.minecraft.world.item.HangingSignItem> hangingSignItem, com.tterrag.registrate.util.entry.ItemEntry<net.minecraft.world.item.BoatItem> boat, com.tterrag.registrate.util.entry.ItemEntry<net.minecraft.world.item.BoatItem> chestBoat, List<com.tterrag.registrate.util.entry.ItemProviderEntry<?, ?>> additionalEntries) Creates an instance of aWoodSetEntryrecord class. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddItems(List<net.minecraft.world.item.ItemStack> stacks, net.minecraft.world.item.CreativeModeTab.ItemDisplayParameters parameters, IntConsumer specialRenderLocation) List<com.tterrag.registrate.util.entry.ItemProviderEntry<?, ?>> Returns the value of theadditionalEntriesrecord component.com.tterrag.registrate.util.entry.ItemEntry<net.minecraft.world.item.BoatItem> boat()Returns the value of theboatrecord component.net.minecraft.world.entity.vehicle.Boat.TypeboatType()Returns the value of theboatTyperecord component.com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.ButtonBlock> button()Returns the value of thebuttonrecord component.com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.CeilingHangingSignBlock> Returns the value of theceilingHangingSignrecord component.com.tterrag.registrate.util.entry.ItemEntry<net.minecraft.world.item.BoatItem> Returns the value of thechestBoatrecord component.com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.DoorBlock> door()Returns the value of thedoorrecord component.final booleanIndicates whether some other object is "equal to" this one.com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.FenceBlock> fence()Returns the value of thefencerecord component.com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.FenceGateBlock> Returns the value of thefenceGaterecord component.Collection<net.minecraft.world.item.ItemStack> getItemsToAddToSearch(net.minecraft.world.item.CreativeModeTab.ItemDisplayParameters parameters) com.tterrag.registrate.util.entry.ItemEntry<net.minecraft.world.item.HangingSignItem> Returns the value of thehangingSignItemrecord component.final inthashCode()Returns a hash code value for this object.com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.LeavesBlock> leaves()Returns the value of theleavesrecord component.com.tterrag.registrate.util.entry.BlockEntry<LogBlock> log()Returns the value of thelogrecord component.net.minecraft.world.level.material.MapColorReturns the value of thelogMapColorrecord component.net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> Returns the value of thelogsBlockTagrecord component.net.minecraft.tags.TagKey<net.minecraft.world.item.Item> Returns the value of thelogsItemTagrecord component.com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.Block> planks()Returns the value of theplanksrecord component.net.minecraft.world.level.material.MapColorReturns the value of theplanksMapColorrecord component.com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.FlowerPotBlock> Returns the value of thepottedSaplingrecord component.com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.PressurePlateBlock> Returns the value of thepressurePlaterecord component.com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.SaplingBlock> sapling()Returns the value of thesaplingrecord component.com.tterrag.registrate.util.entry.ItemEntry<net.minecraft.world.item.SignItem> signItem()Returns the value of thesignItemrecord component.com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.SlabBlock> slab()Returns the value of theslabrecord component.com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.StairBlock> stairs()Returns the value of thestairsrecord component.com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.StandingSignBlock> Returns the value of thestandingSignrecord component.Stream<com.tterrag.registrate.util.entry.ItemProviderEntry<?, ?>> com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.RotatedPillarBlock> Returns the value of thestrippedLogrecord component.com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.RotatedPillarBlock> Returns the value of thestrippedWoodrecord component.final StringtoString()Returns a string representation of this record class.com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.TrapDoorBlock> trapdoor()Returns the value of thetrapdoorrecord component.net.minecraft.world.level.block.grower.TreeGrowerReturns the value of thetreeGrowerrecord component.com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.WallHangingSignBlock> Returns the value of thewallHangingSignrecord component.com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.WallSignBlock> wallSign()Returns the value of thewallSignrecord component.com.tterrag.registrate.util.entry.BlockEntry<LogBlock> wood()Returns the value of thewoodrecord component.net.minecraft.world.level.block.state.properties.WoodTypewoodType()Returns the value of thewoodTyperecord component.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.petrolpark.client.creativemodetab.CustomTab.ITabEntry
hasSpecialRendering, newLine, render
-
Constructor Details
-
WoodSetEntry
public WoodSetEntry(net.minecraft.world.level.block.state.properties.WoodType woodType, net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> logsBlockTag, net.minecraft.tags.TagKey<net.minecraft.world.item.Item> logsItemTag, net.minecraft.world.level.material.MapColor planksMapColor, net.minecraft.world.level.material.MapColor logMapColor, net.minecraft.world.level.block.grower.TreeGrower treeGrower, net.minecraft.world.entity.vehicle.Boat.Type boatType, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.Block> planks, com.tterrag.registrate.util.entry.BlockEntry<LogBlock> log, com.tterrag.registrate.util.entry.BlockEntry<LogBlock> wood, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.RotatedPillarBlock> strippedLog, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.RotatedPillarBlock> strippedWood, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.SaplingBlock> sapling, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.FlowerPotBlock> pottedSapling, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.LeavesBlock> leaves, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.SlabBlock> slab, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.StairBlock> stairs, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.FenceBlock> fence, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.FenceGateBlock> fenceGate, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.PressurePlateBlock> pressurePlate, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.ButtonBlock> button, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.DoorBlock> door, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.TrapDoorBlock> trapdoor, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.StandingSignBlock> standingSign, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.WallSignBlock> wallSign, com.tterrag.registrate.util.entry.ItemEntry<net.minecraft.world.item.SignItem> signItem, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.CeilingHangingSignBlock> ceilingHangingSign, com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.WallHangingSignBlock> wallHangingSign, com.tterrag.registrate.util.entry.ItemEntry<net.minecraft.world.item.HangingSignItem> hangingSignItem, com.tterrag.registrate.util.entry.ItemEntry<net.minecraft.world.item.BoatItem> boat, com.tterrag.registrate.util.entry.ItemEntry<net.minecraft.world.item.BoatItem> chestBoat, List<com.tterrag.registrate.util.entry.ItemProviderEntry<?, ?>> additionalEntries) Creates an instance of aWoodSetEntryrecord class.- Parameters:
woodType- the value for thewoodTyperecord componentlogsBlockTag- the value for thelogsBlockTagrecord componentlogsItemTag- the value for thelogsItemTagrecord componentplanksMapColor- the value for theplanksMapColorrecord componentlogMapColor- the value for thelogMapColorrecord componenttreeGrower- the value for thetreeGrowerrecord componentboatType- the value for theboatTyperecord componentplanks- the value for theplanksrecord componentlog- the value for thelogrecord componentwood- the value for thewoodrecord componentstrippedLog- the value for thestrippedLogrecord componentstrippedWood- the value for thestrippedWoodrecord componentsapling- the value for thesaplingrecord componentpottedSapling- the value for thepottedSaplingrecord componentleaves- the value for theleavesrecord componentslab- the value for theslabrecord componentstairs- the value for thestairsrecord componentfence- the value for thefencerecord componentfenceGate- the value for thefenceGaterecord componentpressurePlate- the value for thepressurePlaterecord componentbutton- the value for thebuttonrecord componentdoor- the value for thedoorrecord componenttrapdoor- the value for thetrapdoorrecord componentstandingSign- the value for thestandingSignrecord componentwallSign- the value for thewallSignrecord componentsignItem- the value for thesignItemrecord componentceilingHangingSign- the value for theceilingHangingSignrecord componentwallHangingSign- the value for thewallHangingSignrecord componenthangingSignItem- the value for thehangingSignItemrecord componentboat- the value for theboatrecord componentchestBoat- the value for thechestBoatrecord componentadditionalEntries- the value for theadditionalEntriesrecord component
-
-
Method Details
-
streamItemEntries
-
addItems
public void addItems(List<net.minecraft.world.item.ItemStack> stacks, net.minecraft.world.item.CreativeModeTab.ItemDisplayParameters parameters, IntConsumer specialRenderLocation) - Specified by:
addItemsin interfaceCustomTab.ITabEntry- Parameters:
stacks- The ordered list of stacks to which to add this entryparameters-specialRenderLocation- If this entryhas special rendering, pass this the slot to render it at
-
getItemsToAddToSearch
public Collection<net.minecraft.world.item.ItemStack> getItemsToAddToSearch(net.minecraft.world.item.CreativeModeTab.ItemDisplayParameters parameters) - Specified by:
getItemsToAddToSearchin interfaceCustomTab.ITabEntry
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
woodType
public net.minecraft.world.level.block.state.properties.WoodType woodType()Returns the value of thewoodTyperecord component.- Returns:
- the value of the
woodTyperecord component
-
logsBlockTag
public net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> logsBlockTag()Returns the value of thelogsBlockTagrecord component.- Returns:
- the value of the
logsBlockTagrecord component
-
logsItemTag
public net.minecraft.tags.TagKey<net.minecraft.world.item.Item> logsItemTag()Returns the value of thelogsItemTagrecord component.- Returns:
- the value of the
logsItemTagrecord component
-
planksMapColor
public net.minecraft.world.level.material.MapColor planksMapColor()Returns the value of theplanksMapColorrecord component.- Returns:
- the value of the
planksMapColorrecord component
-
logMapColor
public net.minecraft.world.level.material.MapColor logMapColor()Returns the value of thelogMapColorrecord component.- Returns:
- the value of the
logMapColorrecord component
-
treeGrower
public net.minecraft.world.level.block.grower.TreeGrower treeGrower()Returns the value of thetreeGrowerrecord component.- Returns:
- the value of the
treeGrowerrecord component
-
boatType
public net.minecraft.world.entity.vehicle.Boat.Type boatType()Returns the value of theboatTyperecord component.- Returns:
- the value of the
boatTyperecord component
-
planks
public com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.Block> planks()Returns the value of theplanksrecord component.- Returns:
- the value of the
planksrecord component
-
log
Returns the value of thelogrecord component.- Returns:
- the value of the
logrecord component
-
wood
Returns the value of thewoodrecord component.- Returns:
- the value of the
woodrecord component
-
strippedLog
public com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.RotatedPillarBlock> strippedLog()Returns the value of thestrippedLogrecord component.- Returns:
- the value of the
strippedLogrecord component
-
strippedWood
public com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.RotatedPillarBlock> strippedWood()Returns the value of thestrippedWoodrecord component.- Returns:
- the value of the
strippedWoodrecord component
-
sapling
public com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.SaplingBlock> sapling()Returns the value of thesaplingrecord component.- Returns:
- the value of the
saplingrecord component
-
pottedSapling
public com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.FlowerPotBlock> pottedSapling()Returns the value of thepottedSaplingrecord component.- Returns:
- the value of the
pottedSaplingrecord component
-
leaves
public com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.LeavesBlock> leaves()Returns the value of theleavesrecord component.- Returns:
- the value of the
leavesrecord component
-
slab
public com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.SlabBlock> slab()Returns the value of theslabrecord component.- Returns:
- the value of the
slabrecord component
-
stairs
public com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.StairBlock> stairs()Returns the value of thestairsrecord component.- Returns:
- the value of the
stairsrecord component
-
fence
public com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.FenceBlock> fence()Returns the value of thefencerecord component.- Returns:
- the value of the
fencerecord component
-
fenceGate
public com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.FenceGateBlock> fenceGate()Returns the value of thefenceGaterecord component.- Returns:
- the value of the
fenceGaterecord component
-
pressurePlate
public com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.PressurePlateBlock> pressurePlate()Returns the value of thepressurePlaterecord component.- Returns:
- the value of the
pressurePlaterecord component
-
button
public com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.ButtonBlock> button()Returns the value of thebuttonrecord component.- Returns:
- the value of the
buttonrecord component
-
door
public com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.DoorBlock> door()Returns the value of thedoorrecord component.- Returns:
- the value of the
doorrecord component
-
trapdoor
public com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.TrapDoorBlock> trapdoor()Returns the value of thetrapdoorrecord component.- Returns:
- the value of the
trapdoorrecord component
-
standingSign
public com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.StandingSignBlock> standingSign()Returns the value of thestandingSignrecord component.- Returns:
- the value of the
standingSignrecord component
-
wallSign
public com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.WallSignBlock> wallSign()Returns the value of thewallSignrecord component.- Returns:
- the value of the
wallSignrecord component
-
signItem
public com.tterrag.registrate.util.entry.ItemEntry<net.minecraft.world.item.SignItem> signItem()Returns the value of thesignItemrecord component.- Returns:
- the value of the
signItemrecord component
-
ceilingHangingSign
public com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.CeilingHangingSignBlock> ceilingHangingSign()Returns the value of theceilingHangingSignrecord component.- Returns:
- the value of the
ceilingHangingSignrecord component
-
wallHangingSign
public com.tterrag.registrate.util.entry.BlockEntry<net.minecraft.world.level.block.WallHangingSignBlock> wallHangingSign()Returns the value of thewallHangingSignrecord component.- Returns:
- the value of the
wallHangingSignrecord component
-
hangingSignItem
public com.tterrag.registrate.util.entry.ItemEntry<net.minecraft.world.item.HangingSignItem> hangingSignItem()Returns the value of thehangingSignItemrecord component.- Returns:
- the value of the
hangingSignItemrecord component
-
boat
public com.tterrag.registrate.util.entry.ItemEntry<net.minecraft.world.item.BoatItem> boat()Returns the value of theboatrecord component.- Returns:
- the value of the
boatrecord component
-
chestBoat
public com.tterrag.registrate.util.entry.ItemEntry<net.minecraft.world.item.BoatItem> chestBoat()Returns the value of thechestBoatrecord component.- Returns:
- the value of the
chestBoatrecord component
-
additionalEntries
Returns the value of theadditionalEntriesrecord component.- Returns:
- the value of the
additionalEntriesrecord component
-