Package info.u_team.u_team_core.util
Klasse ModelUtil.EmptyStateDefinition
java.lang.Object
net.minecraft.world.level.block.state.StateDefinition<net.minecraft.world.level.block.Block,net.minecraft.world.level.block.state.BlockState>
info.u_team.u_team_core.util.ModelUtil.EmptyStateDefinition
- Umschließende Klasse:
ModelUtil
public static class ModelUtil.EmptyStateDefinition
extends net.minecraft.world.level.block.state.StateDefinition<net.minecraft.world.level.block.Block,net.minecraft.world.level.block.state.BlockState>
Utility class for an empty state definition
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen net.minecraft.world.level.block.state.StateDefinition
net.minecraft.world.level.block.state.StateDefinition.Builder<O,S extends net.minecraft.world.level.block.state.StateHolder<O, S>>, net.minecraft.world.level.block.state.StateDefinition.Factory<O, S> -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcom.google.common.collect.ImmutableList<net.minecraft.world.level.block.state.BlockState> Von Klasse geerbte Methoden net.minecraft.world.level.block.state.StateDefinition
any, getOwner, getProperties, getProperty, toString
-
Konstruktordetails
-
EmptyStateDefinition
public EmptyStateDefinition(net.minecraft.world.level.block.Block block)
-
-
Methodendetails
-
getPossibleStates
public com.google.common.collect.ImmutableList<net.minecraft.world.level.block.state.BlockState> getPossibleStates()- Setzt außer Kraft:
getPossibleStatesin Klassenet.minecraft.world.level.block.state.StateDefinition<net.minecraft.world.level.block.Block,net.minecraft.world.level.block.state.BlockState>
-