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
    Konstruktor
    Beschreibung
    EmptyStateDefinition(net.minecraft.world.level.block.Block block)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    com.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

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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:
      getPossibleStates in Klasse net.minecraft.world.level.block.state.StateDefinition<net.minecraft.world.level.block.Block,net.minecraft.world.level.block.state.BlockState>