Class SimpleRadioComponents

java.lang.Object
com.codinglitch.simpleradio.core.SimpleRadioComponents

public class SimpleRadioComponents extends Object
  • Field Details

    • COMPONENT_TYPES

      public static final Map<net.minecraft.resources.ResourceLocation,net.minecraft.core.component.DataComponentType<?>> COMPONENT_TYPES
    • FREQUENCY

      public static final net.minecraft.core.component.DataComponentType<String> FREQUENCY
    • MODULATION

      public static final net.minecraft.core.component.DataComponentType<Frequency.Modulation> MODULATION
    • REFERENCE

      public static final net.minecraft.core.component.DataComponentType<UUID> REFERENCE
    • ACTIVATED

      public static final net.minecraft.core.component.DataComponentType<Boolean> ACTIVATED
    • MODULE

      public static final net.minecraft.core.component.DataComponentType<String> MODULE
    • WIRE_TARGET

      public static final net.minecraft.core.component.DataComponentType<UUID> WIRE_TARGET
    • WIRE_POSITION

      public static final net.minecraft.core.component.DataComponentType<Long> WIRE_POSITION
  • Constructor Details

    • SimpleRadioComponents

      public SimpleRadioComponents()