public class PointOfInterestType extends ForgeRegistryEntry<PointOfInterestType>
修飾子とタイプ | フィールドと説明 |
---|---|
static PointOfInterestType |
ARMORER |
static PointOfInterestType |
BUTCHER |
static PointOfInterestType |
CARTOGRAPHER |
static PointOfInterestType |
CLERIC |
static PointOfInterestType |
FARMER |
static java.util.function.Predicate<PointOfInterestType> |
field_221053_a |
static PointOfInterestType |
field_226356_s_ |
static PointOfInterestType |
field_226357_t_ |
static PointOfInterestType |
field_226358_u_ |
static PointOfInterestType |
FISHERMAN |
static PointOfInterestType |
FLETCHER |
static PointOfInterestType |
HOME |
static PointOfInterestType |
LEATHERWORKER |
static PointOfInterestType |
LIBRARIAN |
static PointOfInterestType |
MASON |
static PointOfInterestType |
MEETING |
static PointOfInterestType |
NITWIT |
static PointOfInterestType |
SHEPHERD |
static PointOfInterestType |
TOOLSMITH |
static PointOfInterestType |
UNEMPLOYED |
static PointOfInterestType |
WEAPONSMITH |
delegate
修飾子とタイプ | メソッドと説明 |
---|---|
static java.util.Optional<PointOfInterestType> |
forState(BlockState state) |
java.util.function.Predicate<PointOfInterestType> |
func_221045_c() |
int |
func_225478_d() |
static java.util.stream.Stream<BlockState> |
getAllStates() |
int |
getMaxFreeTickets() |
java.lang.String |
toString() |
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
public static final java.util.function.Predicate<PointOfInterestType> field_221053_a
public static final PointOfInterestType UNEMPLOYED
public static final PointOfInterestType ARMORER
public static final PointOfInterestType BUTCHER
public static final PointOfInterestType CARTOGRAPHER
public static final PointOfInterestType CLERIC
public static final PointOfInterestType FARMER
public static final PointOfInterestType FISHERMAN
public static final PointOfInterestType FLETCHER
public static final PointOfInterestType LEATHERWORKER
public static final PointOfInterestType LIBRARIAN
public static final PointOfInterestType MASON
public static final PointOfInterestType NITWIT
public static final PointOfInterestType SHEPHERD
public static final PointOfInterestType TOOLSMITH
public static final PointOfInterestType WEAPONSMITH
public static final PointOfInterestType HOME
public static final PointOfInterestType MEETING
public static final PointOfInterestType field_226356_s_
public static final PointOfInterestType field_226357_t_
public static final PointOfInterestType field_226358_u_
public int getMaxFreeTickets()
public java.util.function.Predicate<PointOfInterestType> func_221045_c()
public int func_225478_d()
public java.lang.String toString()
toString
クラス内 java.lang.Object
public static java.util.Optional<PointOfInterestType> forState(BlockState state)
public static java.util.stream.Stream<BlockState> getAllStates()